Color Hex Logo

#cbefad Color Hex

#CBEFAD
(203,239,173)
0 Favorites   0 Comments

Color spaces of #cbefad

RGB 203239173
HSL0.260.670.81
HSV93°28°94°
CMYK 0.150.000.28   0.06
XYZ63.037977.446651.1614
Yxy77.44660.32890.4041
Hunter Lab88.0037-26.145427.1341
CIE-Lab90.5268-23.129028.1810

#cbefad color RGB value is (203,239,173).

#cbefad hex color red value is 203, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cbefad hue: 0.26 , saturation: 0.67 and the lightness value of cbefad is 0.81.

The process color (four color CMYK) of #cbefad color hex is 0.15, 0.00, 0.28, 0.06. Web safe color of #cbefad is #ccff99. Color #cbefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10101101
Octal 313 357 255
Decimal 203 239 173
Hex CB EF AD

RGB Percentages of Color #cbefad

%33.01
%38.86
%28.13

CMYK Percentages of Color #cbefad

%15
%0
%28
%6

Triadic Colors of #cbefad

#cbefad #adcbef #efadcb

Analogous Colors of #cbefad

#cbefad #adefb0 #ecefad

Monochromatic Colors of #cbefad

#cbefad

Complementary Color

#cbefad #d1adef

#cbefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefad Color CSS Codes

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

#cbefad Text Font Color

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

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


#cbefad Background Color

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

This div background color is #cbefad


#cbefad Border Color

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

This div border color is #cbefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefad


Comments

No comments written yet.

Please login to write comment.