Color Hex Logo

#ceebbd Color Hex

#CEEBBD
(206,235,189)
1 Favorites   0 Comments

Color spaces of #ceebbd

RGB 206235189
HSL0.270.530.83
HSV98°20°92°
CMYK 0.120.000.20   0.08
XYZ64.347276.212659.4632
Yxy76.21260.32170.3810
Hunter Lab87.2998-21.205420.7252
CIE-Lab89.9580-17.679119.2081

#ceebbd color RGB value is (206,235,189).

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

The process color (four color CMYK) of #ceebbd color hex is 0.12, 0.00, 0.20, 0.08. Web safe color of #ceebbd is #ccffcc. Color #ceebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10111101
Octal 316 353 275
Decimal 206 235 189
Hex CE EB BD

RGB Percentages of Color #ceebbd

%32.70
%37.30
%30.00

CMYK Percentages of Color #ceebbd

%12
%0
%20
%8

Triadic Colors of #ceebbd

#ceebbd #bdceeb #ebbdce

Analogous Colors of #ceebbd

#ceebbd #bdebc3 #e5ebbd

Monochromatic Colors of #ceebbd

#ceebbd

Complementary Color

#ceebbd #dabdeb

#ceebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebbd Color CSS Codes

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

#ceebbd Text Font Color

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

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


#ceebbd Background Color

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

This div background color is #ceebbd


#ceebbd Border Color

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

This div border color is #ceebbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,235,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 #ceebbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebbd


Comments

No comments written yet.

Please login to write comment.