Color Hex Logo

#6ffdee Color Hex

#6FFDEE
(111,253,238)
0 Favorites   0 Comments

Color spaces of #6ffdee

RGB 111253238
HSL0.480.970.71
HSV174°56°99°
CMYK 0.560.000.06   0.01
XYZ57.113479.803193.2823
Yxy79.80310.24810.3467
Hunter Lab89.3326-42.21080.6214
CIE-Lab91.5964-41.8515-4.4405

#6ffdee color RGB value is (111,253,238).

#6ffdee hex color red value is 111, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6ffdee hue: 0.48 , saturation: 0.97 and the lightness value of 6ffdee is 0.71.

The process color (four color CMYK) of #6ffdee color hex is 0.56, 0.00, 0.06, 0.01. Web safe color of #6ffdee is #66ffff. Color #6ffdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111101 11101110
Octal 157 375 356
Decimal 111 253 238
Hex 6F FD EE

RGB Percentages of Color #6ffdee

%18.44
%42.03
%39.53

CMYK Percentages of Color #6ffdee

%56
%0
%6
%1

Triadic Colors of #6ffdee

#6ffdee #ee6ffd #fdee6f

Analogous Colors of #6ffdee

#6ffdee #6fc5fd #6ffda7

Monochromatic Colors of #6ffdee

#6ffdee

Complementary Color

#6ffdee #fd6f7e

#6ffdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffdee Color CSS Codes

.mybgcolor {background-color:#6ffdee; } 
.myforecolor {color:#6ffdee; }
.mybordercolor {border:3px solid #6ffdee; }

#6ffdee Text Font Color

<p style="color:#6ffdee">Text here</p>

This sample text font color is #6ffdee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6ffdee Background Color

<div style="background-color:#6ffdee">
Div content here</div>

This div background color is #6ffdee


#6ffdee Border Color

<div style="border:3px solid #6ffdee">
Div here</div>

This div border color is #6ffdee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,253,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ffdee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ffdee;
  -webkit-box-shadow: 1px 1px 3px 2px #6ffdee;
  box-shadow:         1px 1px 3px 2px #6ffdee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,253,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6ffdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6ffdee;
  -webkit-box-shadow: 1px 1px 3px 2px #6ffdee;
  box-shadow:         1px 1px 3px 2px #6ffdee;">
Div content here</div>

This div box has shadow with color #6ffdee

Related Colors


Comments

No comments written yet.

Please login to write comment.