Color Hex Logo

#ccfbd2 Color Hex

#CCFBD2
(204,251,210)
0 Favorites   0 Comments

Color spaces of #ccfbd2

RGB 204251210
HSL0.350.850.89
HSV128°19°98°
CMYK 0.190.000.16   0.02
XYZ71.031986.484973.9222
Yxy86.48490.30690.3737
Hunter Lab92.9973-26.405817.9693
CIE-Lab94.5193-22.634914.7710

#ccfbd2 color RGB value is (204,251,210).

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

The process color (four color CMYK) of #ccfbd2 color hex is 0.19, 0.00, 0.16, 0.02. Web safe color of #ccfbd2 is #ccffcc. Color #ccfbd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11010010
Octal 314 373 322
Decimal 204 251 210
Hex CC FB D2

RGB Percentages of Color #ccfbd2

%30.68
%37.74
%31.58

CMYK Percentages of Color #ccfbd2

%19
%0
%16
%2

Triadic Colors of #ccfbd2

#ccfbd2 #d2ccfb #fbd2cc

Analogous Colors of #ccfbd2

#ccfbd2 #ccfbea #defbcc

Monochromatic Colors of #ccfbd2

#ccfbd2

Complementary Color

#ccfbd2 #fbccf5

#ccfbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbd2 Color CSS Codes

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

#ccfbd2 Text Font Color

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

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


#ccfbd2 Background Color

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

This div background color is #ccfbd2


#ccfbd2 Border Color

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

This div border color is #ccfbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbd2


Comments

No comments written yet.

Please login to write comment.