Color Hex Logo

#cceeb2 Color Hex

#CCEEB2
(204,238,178)
0 Favorites   0 Comments

Color spaces of #cceeb2

RGB 204238178
HSL0.260.640.82
HSV94°25°93°
CMYK 0.140.000.25   0.07
XYZ63.512377.200853.6733
Yxy77.20080.32670.3972
Hunter Lab87.8640-24.733625.2864
CIE-Lab90.4140-21.551725.4824

#cceeb2 color RGB value is (204,238,178).

#cceeb2 hex color red value is 204, green value is 238 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #cceeb2 hue: 0.26 , saturation: 0.64 and the lightness value of cceeb2 is 0.82.

The process color (four color CMYK) of #cceeb2 color hex is 0.14, 0.00, 0.25, 0.07. Web safe color of #cceeb2 is #ccff99. Color #cceeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 10110010
Octal 314 356 262
Decimal 204 238 178
Hex CC EE B2

RGB Percentages of Color #cceeb2

%32.90
%38.39
%28.71

CMYK Percentages of Color #cceeb2

%14
%0
%25
%7

Triadic Colors of #cceeb2

#cceeb2 #b2ccee #eeb2cc

Analogous Colors of #cceeb2

#cceeb2 #b2eeb6 #eaeeb2

Monochromatic Colors of #cceeb2

#cceeb2

Complementary Color

#cceeb2 #d4b2ee

#cceeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceeb2 Color CSS Codes

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

#cceeb2 Text Font Color

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

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


#cceeb2 Background Color

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

This div background color is #cceeb2


#cceeb2 Border Color

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

This div border color is #cceeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceeb2


Comments

No comments written yet.

Please login to write comment.