Color Hex Logo

#ceeabd Color Hex

#CEEABD
(206,234,189)
0 Favorites   0 Comments

Color spaces of #ceeabd

RGB 206234189
HSL0.270.520.83
HSV97°19°92°
CMYK 0.120.000.19   0.08
XYZ64.061775.641659.3680
Yxy75.64160.32180.3800
Hunter Lab86.9722-20.722320.4086
CIE-Lab89.6927-17.185918.8380

#ceeabd color RGB value is (206,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10111101
Octal 316 352 275
Decimal 206 234 189
Hex CE EA BD

RGB Percentages of Color #ceeabd

%32.75
%37.20
%30.05

CMYK Percentages of Color #ceeabd

%12
%0
%19
%8

Triadic Colors of #ceeabd

#ceeabd #bdceea #eabdce

Analogous Colors of #ceeabd

#ceeabd #bdeac3 #e5eabd

Monochromatic Colors of #ceeabd

#ceeabd

Complementary Color

#ceeabd #d9bdea

#ceeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeabd Color CSS Codes

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

#ceeabd Text Font Color

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

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


#ceeabd Background Color

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

This div background color is #ceeabd


#ceeabd Border Color

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

This div border color is #ceeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeabd


Comments

No comments written yet.

Please login to write comment.