Color Hex Logo

#cefbad Color Hex

#CEFBAD
(206,251,173)
0 Favorites   0 Comments

Color spaces of #cefbad

RGB 206251173
HSL0.260.910.83
HSV95°31°98°
CMYK 0.180.000.31   0.02
XYZ67.493685.133352.4102
Yxy85.13330.32920.4152
Hunter Lab92.2677-30.896230.9093
CIE-Lab93.9405-27.803032.8119

#cefbad color RGB value is (206,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 10101101
Octal 316 373 255
Decimal 206 251 173
Hex CE FB AD

RGB Percentages of Color #cefbad

%32.70
%39.84
%27.46

CMYK Percentages of Color #cefbad

%18
%0
%31
%2

Triadic Colors of #cefbad

#cefbad #adcefb #fbadce

Analogous Colors of #cefbad

#cefbad #adfbb3 #f5fbad

Monochromatic Colors of #cefbad

#cefbad

Complementary Color

#cefbad #daadfb

#cefbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbad Color CSS Codes

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

#cefbad Text Font Color

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

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


#cefbad Background Color

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

This div background color is #cefbad


#cefbad Border Color

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

This div border color is #cefbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbad


Comments

No comments written yet.

Please login to write comment.