Color Hex Logo

#ccfbeb Color Hex

#CCFBEB
(204,251,235)
0 Favorites   0 Comments

Color spaces of #ccfbeb

RGB 204251235
HSL0.440.850.89
HSV160°19°98°
CMYK 0.190.000.06   0.02
XYZ74.394487.829991.6291
Yxy87.82990.29310.3460
Hunter Lab93.7176-22.30997.6336
CIE-Lab95.0893-18.04212.7104

#ccfbeb color RGB value is (204,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11101011
Octal 314 373 353
Decimal 204 251 235
Hex CC FB EB

RGB Percentages of Color #ccfbeb

%29.57
%36.38
%34.06

CMYK Percentages of Color #ccfbeb

%19
%0
%6
%2

Triadic Colors of #ccfbeb

#ccfbeb #ebccfb #fbebcc

Analogous Colors of #ccfbeb

#ccfbeb #ccf4fb #ccfbd4

Monochromatic Colors of #ccfbeb

#ccfbeb

Complementary Color

#ccfbeb #fbccdc

#ccfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbeb Color CSS Codes

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

#ccfbeb Text Font Color

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

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


#ccfbeb Background Color

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

This div background color is #ccfbeb


#ccfbeb Border Color

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

This div border color is #ccfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.