Color Hex Logo

#ceecb0 Color Hex

#CEECB0
(206,236,176)
0 Favorites   0 Comments

Color spaces of #ceecb0

RGB 206236176
HSL0.250.610.81
HSV90°25°93°
CMYK 0.130.000.25   0.07
XYZ63.285576.247352.4560
Yxy76.24730.32960.3971
Hunter Lab87.3197-23.440525.5062
CIE-Lab89.9740-20.176425.9275

#ceecb0 color RGB value is (206,236,176).

#ceecb0 hex color red value is 206, green value is 236 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ceecb0 hue: 0.25 , saturation: 0.61 and the lightness value of ceecb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 10110000
Octal 316 354 260
Decimal 206 236 176
Hex CE EC B0

RGB Percentages of Color #ceecb0

%33.33
%38.19
%28.48

CMYK Percentages of Color #ceecb0

%13
%0
%25
%7

Triadic Colors of #ceecb0

#ceecb0 #b0ceec #ecb0ce

Analogous Colors of #ceecb0

#ceecb0 #b0ecb0 #ececb0

Monochromatic Colors of #ceecb0

#ceecb0

Complementary Color

#ceecb0 #ceb0ec

#ceecb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecb0 Color CSS Codes

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

#ceecb0 Text Font Color

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

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


#ceecb0 Background Color

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

This div background color is #ceecb0


#ceecb0 Border Color

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

This div border color is #ceecb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,236,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceecb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceecb0;
  -webkit-box-shadow: 1px 1px 3px 2px #ceecb0;
  box-shadow:         1px 1px 3px 2px #ceecb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,236,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecb0


Comments

No comments written yet.

Please login to write comment.