Color Hex Logo

#ceebb5 Color Hex

#CEEBB5
(206,235,181)
0 Favorites   0 Comments

Color spaces of #ceebb5

RGB 206235181
HSL0.260.570.82
HSV92°23°92°
CMYK 0.120.000.23   0.08
XYZ63.502475.874755.0144
Yxy75.87470.32670.3903
Hunter Lab87.1061-22.304923.5279
CIE-Lab89.8011-18.932923.1208

#ceebb5 color RGB value is (206,235,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10110101
Octal 316 353 265
Decimal 206 235 181
Hex CE EB B5

RGB Percentages of Color #ceebb5

%33.12
%37.78
%29.10

CMYK Percentages of Color #ceebb5

%12
%0
%23
%8

Triadic Colors of #ceebb5

#ceebb5 #b5ceeb #ebb5ce

Analogous Colors of #ceebb5

#ceebb5 #b5ebb7 #e9ebb5

Monochromatic Colors of #ceebb5

#ceebb5

Complementary Color

#ceebb5 #d2b5eb

#ceebb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebb5 Color CSS Codes

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

#ceebb5 Text Font Color

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

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


#ceebb5 Background Color

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

This div background color is #ceebb5


#ceebb5 Border Color

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

This div border color is #ceebb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebb5


Comments

No comments written yet.

Please login to write comment.