Color Hex Logo

#cefaad Color Hex

#CEFAAD
(206,250,173)
0 Favorites   0 Comments

Color spaces of #cefaad

RGB 206250173
HSL0.260.890.83
HSV94°31°98°
CMYK 0.180.000.31   0.02
XYZ67.182084.510252.3064
Yxy84.51020.32930.4143
Hunter Lab91.9294-30.428830.6155
CIE-Lab93.6716-27.331532.4518

#cefaad color RGB value is (206,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10101101
Octal 316 372 255
Decimal 206 250 173
Hex CE FA AD

RGB Percentages of Color #cefaad

%32.75
%39.75
%27.50

CMYK Percentages of Color #cefaad

%18
%0
%31
%2

Triadic Colors of #cefaad

#cefaad #adcefa #faadce

Analogous Colors of #cefaad

#cefaad #adfab3 #f5faad

Monochromatic Colors of #cefaad

#cefaad

Complementary Color

#cefaad #d9adfa

#cefaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefaad Color CSS Codes

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

#cefaad Text Font Color

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

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


#cefaad Background Color

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

This div background color is #cefaad


#cefaad Border Color

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

This div border color is #cefaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefaad


Comments

No comments written yet.

Please login to write comment.