Color Hex Logo

#ceeab1 Color Hex

#CEEAB1
(206,234,177)
0 Favorites   0 Comments

Color spaces of #ceeab1

RGB 206234177
HSL0.250.580.81
HSV89°24°92°
CMYK 0.120.000.24   0.08
XYZ62.812275.141852.7882
Yxy75.14180.32930.3939
Hunter Lab86.6844-22.355124.5732
CIE-Lab89.4594-19.049224.7098

#ceeab1 color RGB value is (206,234,177).

#ceeab1 hex color red value is 206, green value is 234 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ceeab1 hue: 0.25 , saturation: 0.58 and the lightness value of ceeab1 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10110001
Octal 316 352 261
Decimal 206 234 177
Hex CE EA B1

RGB Percentages of Color #ceeab1

%33.39
%37.93
%28.69

CMYK Percentages of Color #ceeab1

%12
%0
%24
%8

Triadic Colors of #ceeab1

#ceeab1 #b1ceea #eab1ce

Analogous Colors of #ceeab1

#ceeab1 #b2eab1 #eaeab1

Monochromatic Colors of #ceeab1

#ceeab1

Complementary Color

#ceeab1 #cdb1ea

#ceeab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeab1 Color CSS Codes

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

#ceeab1 Text Font Color

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

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


#ceeab1 Background Color

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

This div background color is #ceeab1


#ceeab1 Border Color

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

This div border color is #ceeab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeab1


Comments

No comments written yet.

Please login to write comment.