Color Hex Logo

#ceeabf Color Hex

#CEEABF
(206,234,191)
0 Favorites   0 Comments

Color spaces of #ceeabf

RGB 206234191
HSL0.280.510.83
HSV99°18°92°
CMYK 0.120.000.18   0.08
XYZ64.280475.729060.5194
Yxy75.72900.32060.3776
Hunter Lab87.0224-20.437519.6827
CIE-Lab89.7334-16.863017.8586

#ceeabf color RGB value is (206,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10111111
Octal 316 352 277
Decimal 206 234 191
Hex CE EA BF

RGB Percentages of Color #ceeabf

%32.65
%37.08
%30.27

CMYK Percentages of Color #ceeabf

%12
%0
%18
%8

Triadic Colors of #ceeabf

#ceeabf #bfceea #eabfce

Analogous Colors of #ceeabf

#ceeabf #bfeac6 #e4eabf

Monochromatic Colors of #ceeabf

#ceeabf

Complementary Color

#ceeabf #dbbfea

#ceeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeabf Color CSS Codes

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

#ceeabf Text Font Color

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

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


#ceeabf Background Color

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

This div background color is #ceeabf


#ceeabf Border Color

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

This div border color is #ceeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeabf


Comments

No comments written yet.

Please login to write comment.