Color Hex Logo

#ccf1b5 Color Hex

#CCF1B5
(204,241,181)
0 Favorites   0 Comments

Color spaces of #ccf1b5

RGB 204241181
HSL0.270.680.83
HSV97°25°95°
CMYK 0.150.000.25   0.05
XYZ64.697679.084255.5709
Yxy79.08420.32450.3967
Hunter Lab88.9293-25.764425.2009
CIE-Lab91.2724-22.549225.1221

#ccf1b5 color RGB value is (204,241,181).

#ccf1b5 hex color red value is 204, green value is 241 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ccf1b5 hue: 0.27 , saturation: 0.68 and the lightness value of ccf1b5 is 0.83.

The process color (four color CMYK) of #ccf1b5 color hex is 0.15, 0.00, 0.25, 0.05. Web safe color of #ccf1b5 is #ccffcc. Color #ccf1b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 10110101
Octal 314 361 265
Decimal 204 241 181
Hex CC F1 B5

RGB Percentages of Color #ccf1b5

%32.59
%38.50
%28.91

CMYK Percentages of Color #ccf1b5

%15
%0
%25
%5

Triadic Colors of #ccf1b5

#ccf1b5 #b5ccf1 #f1b5cc

Analogous Colors of #ccf1b5

#ccf1b5 #b5f1bc #eaf1b5

Monochromatic Colors of #ccf1b5

#ccf1b5

Complementary Color

#ccf1b5 #dab5f1

#ccf1b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf1b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf1b5 Color CSS Codes

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

#ccf1b5 Text Font Color

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

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


#ccf1b5 Background Color

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

This div background color is #ccf1b5


#ccf1b5 Border Color

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

This div border color is #ccf1b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf1b5


Comments

No comments written yet.

Please login to write comment.