Color Hex Logo

#ceebab Color Hex

#CEEBAB
(206,235,171)
0 Favorites   0 Comments

Color spaces of #ceebab

RGB 206235171
HSL0.240.620.80
HSV87°27°92°
CMYK 0.120.000.27   0.08
XYZ62.512675.478749.8022
Yxy75.47870.33290.4019
Hunter Lab86.8785-23.599326.8275
CIE-Lab89.6167-20.421128.0013

#ceebab color RGB value is (206,235,171).

#ceebab hex color red value is 206, green value is 235 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ceebab hue: 0.24 , saturation: 0.62 and the lightness value of ceebab is 0.80.

The process color (four color CMYK) of #ceebab color hex is 0.12, 0.00, 0.27, 0.08. Web safe color of #ceebab is #ccff99. Color #ceebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10101011
Octal 316 353 253
Decimal 206 235 171
Hex CE EB AB

RGB Percentages of Color #ceebab

%33.66
%38.40
%27.94

CMYK Percentages of Color #ceebab

%12
%0
%27
%8

Triadic Colors of #ceebab

#ceebab #abceeb #ebabce

Analogous Colors of #ceebab

#ceebab #aeebab #ebe8ab

Monochromatic Colors of #ceebab

#ceebab

Complementary Color

#ceebab #c8abeb

#ceebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebab Color CSS Codes

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

#ceebab Text Font Color

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

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


#ceebab Background Color

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

This div background color is #ceebab


#ceebab Border Color

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

This div border color is #ceebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebab


Comments

No comments written yet.

Please login to write comment.