Color Hex Logo

#cefaab Color Hex

#CEFAAB
(206,250,171)
0 Favorites   0 Comments

Color spaces of #cefaab

RGB 206250171
HSL0.260.890.83
HSV93°32°98°
CMYK 0.180.000.32   0.02
XYZ66.989984.433351.2946
Yxy84.43330.33050.4165
Hunter Lab91.8876-30.669331.2237
CIE-Lab93.6384-27.613033.4110

#cefaab color RGB value is (206,250,171).

#cefaab hex color red value is 206, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cefaab hue: 0.26 , saturation: 0.89 and the lightness value of cefaab is 0.83.

The process color (four color CMYK) of #cefaab color hex is 0.18, 0.00, 0.32, 0.02. Web safe color of #cefaab is #ccff99. Color #cefaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10101011
Octal 316 372 253
Decimal 206 250 171
Hex CE FA AB

RGB Percentages of Color #cefaab

%32.85
%39.87
%27.27

CMYK Percentages of Color #cefaab

%18
%0
%32
%2

Triadic Colors of #cefaab

#cefaab #abcefa #faabce

Analogous Colors of #cefaab

#cefaab #abfab0 #f6faab

Monochromatic Colors of #cefaab

#cefaab

Complementary Color

#cefaab #d7abfa

#cefaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefaab Color CSS Codes

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

#cefaab Text Font Color

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

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


#cefaab Background Color

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

This div background color is #cefaab


#cefaab Border Color

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

This div border color is #cefaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefaab


Comments

No comments written yet.

Please login to write comment.