Color Hex Logo

#cefabe Color Hex

#CEFABE
(206,250,190)
0 Favorites   0 Comments

Color spaces of #cefabe

RGB 206250190
HSL0.290.860.86
HSV104°24°98°
CMYK 0.180.000.24   0.02
XYZ68.933585.210761.5293
Yxy85.21070.31960.3951
Hunter Lab92.3096-28.244525.0968
CIE-Lab93.9738-24.796624.2601

#cefabe color RGB value is (206,250,190).

#cefabe hex color red value is 206, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cefabe hue: 0.29 , saturation: 0.86 and the lightness value of cefabe is 0.86.

The process color (four color CMYK) of #cefabe color hex is 0.18, 0.00, 0.24, 0.02. Web safe color of #cefabe is #ccffcc. Color #cefabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10111110
Octal 316 372 276
Decimal 206 250 190
Hex CE FA BE

RGB Percentages of Color #cefabe

%31.89
%38.70
%29.41

CMYK Percentages of Color #cefabe

%18
%0
%24
%2

Triadic Colors of #cefabe

#cefabe #becefa #fabece

Analogous Colors of #cefabe

#cefabe #befacc #ecfabe

Monochromatic Colors of #cefabe

#cefabe

Complementary Color

#cefabe #eabefa

#cefabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefabe Color CSS Codes

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

#cefabe Text Font Color

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

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


#cefabe Background Color

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

This div background color is #cefabe


#cefabe Border Color

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

This div border color is #cefabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefabe

#cefabe Color Palettes


Comments

No comments written yet.

Please login to write comment.