Color Hex Logo

#ceebb8 Color Hex

#CEEBB8
(206,235,184)
0 Favorites   0 Comments

Color spaces of #ceebb8

RGB 206235184
HSL0.260.560.82
HSV94°22°92°
CMYK 0.120.000.22   0.08
XYZ63.813775.999256.6534
Yxy75.99920.32480.3868
Hunter Lab87.1775-21.899222.4939
CIE-Lab89.8590-18.469121.6540

#ceebb8 color RGB value is (206,235,184).

#ceebb8 hex color red value is 206, green value is 235 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ceebb8 hue: 0.26 , saturation: 0.56 and the lightness value of ceebb8 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10111000
Octal 316 353 270
Decimal 206 235 184
Hex CE EB B8

RGB Percentages of Color #ceebb8

%32.96
%37.60
%29.44

CMYK Percentages of Color #ceebb8

%12
%0
%22
%8

Triadic Colors of #ceebb8

#ceebb8 #b8ceeb #ebb8ce

Analogous Colors of #ceebb8

#ceebb8 #b8ebbc #e8ebb8

Monochromatic Colors of #ceebb8

#ceebb8

Complementary Color

#ceebb8 #d5b8eb

#ceebb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebb8 Color CSS Codes

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

#ceebb8 Text Font Color

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

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


#ceebb8 Background Color

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

This div background color is #ceebb8


#ceebb8 Border Color

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

This div border color is #ceebb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebb8


Comments

No comments written yet.

Please login to write comment.