Color Hex Logo

#ccfbed Color Hex

#CCFBED
(204,251,237)
0 Favorites   0 Comments

Color spaces of #ccfbed

RGB 204251237
HSL0.450.850.89
HSV162°19°98°
CMYK 0.190.000.06   0.02
XYZ74.685187.946293.1597
Yxy87.94620.29200.3438
Hunter Lab93.7796-21.95896.7477
CIE-Lab95.1383-17.65401.7493

#ccfbed color RGB value is (204,251,237).

#ccfbed hex color red value is 204, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ccfbed hue: 0.45 , saturation: 0.85 and the lightness value of ccfbed is 0.89.

The process color (four color CMYK) of #ccfbed color hex is 0.19, 0.00, 0.06, 0.02. Web safe color of #ccfbed is #ccffff. Color #ccfbed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11101101
Octal 314 373 355
Decimal 204 251 237
Hex CC FB ED

RGB Percentages of Color #ccfbed

%29.48
%36.27
%34.25

CMYK Percentages of Color #ccfbed

%19
%0
%6
%2

Triadic Colors of #ccfbed

#ccfbed #edccfb #fbedcc

Analogous Colors of #ccfbed

#ccfbed #ccf2fb #ccfbd6

Monochromatic Colors of #ccfbed

#ccfbed

Complementary Color

#ccfbed #fbccda

#ccfbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbed Color CSS Codes

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

#ccfbed Text Font Color

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

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


#ccfbed Background Color

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

This div background color is #ccfbed


#ccfbed Border Color

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

This div border color is #ccfbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbed


Comments

No comments written yet.

Please login to write comment.