Color Hex Logo

#cbefaa Color Hex

#CBEFAA
(203,239,170)
0 Favorites   0 Comments

Color spaces of #cbefaa

RGB 203239170
HSL0.250.680.80
HSV91°29°94°
CMYK 0.150.000.29   0.06
XYZ62.750877.331849.6494
Yxy77.33180.33070.4076
Hunter Lab87.9385-26.519128.0823
CIE-Lab90.4741-23.565029.6373

#cbefaa color RGB value is (203,239,170).

#cbefaa hex color red value is 203, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cbefaa hue: 0.25 , saturation: 0.68 and the lightness value of cbefaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10101010
Octal 313 357 252
Decimal 203 239 170
Hex CB EF AA

RGB Percentages of Color #cbefaa

%33.17
%39.05
%27.78

CMYK Percentages of Color #cbefaa

%15
%0
%29
%6

Triadic Colors of #cbefaa

#cbefaa #aacbef #efaacb

Analogous Colors of #cbefaa

#cbefaa #aaefac #eeefaa

Monochromatic Colors of #cbefaa

#cbefaa

Complementary Color

#cbefaa #ceaaef

#cbefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefaa Color CSS Codes

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

#cbefaa Text Font Color

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

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


#cbefaa Background Color

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

This div background color is #cbefaa


#cbefaa Border Color

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

This div border color is #cbefaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,239,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefaa


Comments

No comments written yet.

Please login to write comment.