Color Hex Logo

#ceecbd Color Hex

#CEECBD
(206,236,189)
0 Favorites   0 Comments

Color spaces of #ceecbd

RGB 206236189
HSL0.270.550.83
HSV98°20°93°
CMYK 0.130.000.20   0.07
XYZ64.634476.786859.5589
Yxy76.78680.32160.3821
Hunter Lab87.6281-21.687721.0415
CIE-Lab90.2234-18.171019.5781

#ceecbd color RGB value is (206,236,189).

#ceecbd hex color red value is 206, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ceecbd hue: 0.27 , saturation: 0.55 and the lightness value of ceecbd is 0.83.

The process color (four color CMYK) of #ceecbd color hex is 0.13, 0.00, 0.20, 0.07. Web safe color of #ceecbd is #ccffcc. Color #ceecbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 10111101
Octal 316 354 275
Decimal 206 236 189
Hex CE EC BD

RGB Percentages of Color #ceecbd

%32.65
%37.40
%29.95

CMYK Percentages of Color #ceecbd

%13
%0
%20
%7

Triadic Colors of #ceecbd

#ceecbd #bdceec #ecbdce

Analogous Colors of #ceecbd

#ceecbd #bdecc4 #e6ecbd

Monochromatic Colors of #ceecbd

#ceecbd

Complementary Color

#ceecbd #dbbdec

#ceecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecbd Color CSS Codes

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

#ceecbd Text Font Color

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

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


#ceecbd Background Color

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

This div background color is #ceecbd


#ceecbd Border Color

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

This div border color is #ceecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecbd


Comments

No comments written yet.

Please login to write comment.