Color Hex Logo

#cbefab Color Hex

#CBEFAB
(203,239,171)
0 Favorites   0 Comments

Color spaces of #cbefab

RGB 203239171
HSL0.250.680.80
HSV92°28°94°
CMYK 0.150.000.28   0.06
XYZ62.845877.369850.1496
Yxy77.36980.33010.4064
Hunter Lab87.9601-26.395427.7685
CIE-Lab90.4915-23.420629.1521

#cbefab color RGB value is (203,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10101011
Octal 313 357 253
Decimal 203 239 171
Hex CB EF AB

RGB Percentages of Color #cbefab

%33.12
%38.99
%27.90

CMYK Percentages of Color #cbefab

%15
%0
%28
%6

Triadic Colors of #cbefab

#cbefab #abcbef #efabcb

Analogous Colors of #cbefab

#cbefab #abefad #edefab

Monochromatic Colors of #cbefab

#cbefab

Complementary Color

#cbefab #cfabef

#cbefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefab Color CSS Codes

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

#cbefab Text Font Color

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

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


#cbefab Background Color

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

This div background color is #cbefab


#cbefab Border Color

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

This div border color is #cbefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefab


Comments

No comments written yet.

Please login to write comment.