Color Hex Logo

#cbef96 Color Hex

#CBEF96
(203,239,150)
0 Favorites   0 Comments

Color spaces of #cbef96

RGB 203239150
HSL0.230.740.76
HSV84°37°94°
CMYK 0.150.000.37   0.06
XYZ61.000176.631540.4305
Yxy76.63150.34260.4304
Hunter Lab87.5394-28.809833.8942
CIE-Lab90.1517-26.262639.2685

#cbef96 color RGB value is (203,239,150).

#cbef96 hex color red value is 203, green value is 239 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbef96 hue: 0.23 , saturation: 0.74 and the lightness value of cbef96 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10010110
Octal 313 357 226
Decimal 203 239 150
Hex CB EF 96

RGB Percentages of Color #cbef96

%34.29
%40.37
%25.34

CMYK Percentages of Color #cbef96

%15
%0
%37
%6

Triadic Colors of #cbef96

#cbef96 #96cbef #ef96cb

Analogous Colors of #cbef96

#cbef96 #9fef96 #efe796

Monochromatic Colors of #cbef96

#cbef96

Complementary Color

#cbef96 #ba96ef

#cbef96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef96 Color CSS Codes

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

#cbef96 Text Font Color

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

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


#cbef96 Background Color

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

This div background color is #cbef96


#cbef96 Border Color

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

This div border color is #cbef96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef96


Comments

No comments written yet.

Please login to write comment.