Color Hex Logo

#ceebbb Color Hex

#CEEBBB
(206,235,187)
0 Favorites   0 Comments

Color spaces of #ceebbb

RGB 206235187
HSL0.270.550.83
HSV96°20°92°
CMYK 0.120.000.20   0.08
XYZ64.131676.126358.3275
Yxy76.12630.32290.3833
Hunter Lab87.2504-21.485421.4395
CIE-Lab89.9179-17.997520.1866

#ceebbb color RGB value is (206,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10111011
Octal 316 353 273
Decimal 206 235 187
Hex CE EB BB

RGB Percentages of Color #ceebbb

%32.80
%37.42
%29.78

CMYK Percentages of Color #ceebbb

%12
%0
%20
%8

Triadic Colors of #ceebbb

#ceebbb #bbceeb #ebbbce

Analogous Colors of #ceebbb

#ceebbb #bbebc0 #e6ebbb

Monochromatic Colors of #ceebbb

#ceebbb

Complementary Color

#ceebbb #d8bbeb

#ceebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebbb Color CSS Codes

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

#ceebbb Text Font Color

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

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


#ceebbb Background Color

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

This div background color is #ceebbb


#ceebbb Border Color

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

This div border color is #ceebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebbb


Comments

No comments written yet.

Please login to write comment.