Color Hex Logo

#cfedcc Color Hex

#CFEDCC
(207,237,204)
0 Favorites   0 Comments

Color spaces of #cfedcc

RGB 207237204
HSL0.320.480.86
HSV115°14°93°
CMYK 0.130.000.14   0.07
XYZ66.915478.193468.6928
Yxy78.19340.31300.3657
Hunter Lab88.4270-19.671015.8407
CIE-Lab90.8681-15.837212.7226

#cfedcc color RGB value is (207,237,204).

#cfedcc hex color red value is 207, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cfedcc hue: 0.32 , saturation: 0.48 and the lightness value of cfedcc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 11001100
Octal 317 355 314
Decimal 207 237 204
Hex CF ED CC

RGB Percentages of Color #cfedcc

%31.94
%36.57
%31.48

CMYK Percentages of Color #cfedcc

%13
%0
%14
%7

Triadic Colors of #cfedcc

#cfedcc #cccfed #edcccf

Analogous Colors of #cfedcc

#cfedcc #ccedda #e0edcc

Monochromatic Colors of #cfedcc

#cfedcc

Complementary Color

#cfedcc #eacced

#cfedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfedcc Color CSS Codes

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

#cfedcc Text Font Color

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

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


#cfedcc Background Color

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

This div background color is #cfedcc


#cfedcc Border Color

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

This div border color is #cfedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfedcc


Comments

No comments written yet.

Please login to write comment.