Color Hex Logo

#cfeee3 Color Hex

#CFEEE3
(207,238,227)
0 Favorites   0 Comments

Color spaces of #cfeee3

RGB 207238227
HSL0.440.480.87
HSV159°13°93°
CMYK 0.130.000.05   0.07
XYZ70.171879.960584.4085
Yxy79.96050.29920.3409
Hunter Lab89.4206-16.41036.6277
CIE-Lab91.6671-12.18001.9064

#cfeee3 color RGB value is (207,238,227).

#cfeee3 hex color red value is 207, green value is 238 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #cfeee3 hue: 0.44 , saturation: 0.48 and the lightness value of cfeee3 is 0.87.

The process color (four color CMYK) of #cfeee3 color hex is 0.13, 0.00, 0.05, 0.07. Web safe color of #cfeee3 is #ccffcc. Color #cfeee3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 11100011
Octal 317 356 343
Decimal 207 238 227
Hex CF EE E3

RGB Percentages of Color #cfeee3

%30.80
%35.42
%33.78

CMYK Percentages of Color #cfeee3

%13
%0
%5
%7

Triadic Colors of #cfeee3

#cfeee3 #e3cfee #eee3cf

Analogous Colors of #cfeee3

#cfeee3 #cfeaee #cfeed4

Monochromatic Colors of #cfeee3

#cfeee3

Complementary Color

#cfeee3 #eecfda

#cfeee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeee3 Color CSS Codes

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

#cfeee3 Text Font Color

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

This sample text font color is #cfeee3
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.


#cfeee3 Background Color

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

This div background color is #cfeee3


#cfeee3 Border Color

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

This div border color is #cfeee3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,238,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfeee3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfeee3;
  -webkit-box-shadow: 1px 1px 3px 2px #cfeee3;
  box-shadow:         1px 1px 3px 2px #cfeee3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeee3


Comments

No comments written yet.

Please login to write comment.