Color Hex Logo

#ccfbee Color Hex

#CCFBEE
(204,251,238)
0 Favorites   0 Comments

Color spaces of #ccfbee

RGB 204251238
HSL0.450.850.89
HSV163°19°98°
CMYK 0.190.000.05   0.02
XYZ74.831688.004893.9315
Yxy88.00480.29140.3427
Hunter Lab93.8109-21.78216.3014
CIE-Lab95.1630-17.45881.2690

#ccfbee color RGB value is (204,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11101110
Octal 314 373 356
Decimal 204 251 238
Hex CC FB EE

RGB Percentages of Color #ccfbee

%29.44
%36.22
%34.34

CMYK Percentages of Color #ccfbee

%19
%0
%5
%2

Triadic Colors of #ccfbee

#ccfbee #eeccfb #fbeecc

Analogous Colors of #ccfbee

#ccfbee #ccf1fb #ccfbd7

Monochromatic Colors of #ccfbee

#ccfbee

Complementary Color

#ccfbee #fbccd9

#ccfbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbee Color CSS Codes

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

#ccfbee Text Font Color

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

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


#ccfbee Background Color

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

This div background color is #ccfbee


#ccfbee Border Color

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

This div border color is #ccfbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbee


Comments

No comments written yet.

Please login to write comment.