Color Hex Logo

#ccfbea Color Hex

#CCFBEA
(204,251,234)
0 Favorites   0 Comments

Color spaces of #ccfbea

RGB 204251234
HSL0.440.850.89
HSV158°19°98°
CMYK 0.190.000.07   0.02
XYZ74.250387.772290.8702
Yxy87.77220.29360.3471
Hunter Lab93.6868-22.48408.0733
CIE-Lab95.0649-18.23493.1912

#ccfbea color RGB value is (204,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11101010
Octal 314 373 352
Decimal 204 251 234
Hex CC FB EA

RGB Percentages of Color #ccfbea

%29.61
%36.43
%33.96

CMYK Percentages of Color #ccfbea

%19
%0
%7
%2

Triadic Colors of #ccfbea

#ccfbea #eaccfb #fbeacc

Analogous Colors of #ccfbea

#ccfbea #ccf5fb #ccfbd3

Monochromatic Colors of #ccfbea

#ccfbea

Complementary Color

#ccfbea #fbccdd

#ccfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbea Color CSS Codes

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

#ccfbea Text Font Color

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

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


#ccfbea Background Color

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

This div background color is #ccfbea


#ccfbea Border Color

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

This div border color is #ccfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbea


Comments

No comments written yet.

Please login to write comment.