Color Hex Logo

#cbef80 Color Hex

#CBEF80
(203,239,128)
0 Favorites   0 Comments

Color spaces of #cbef80

RGB 203239128
HSL0.220.780.72
HSV79°46°94°
CMYK 0.150.000.46   0.06
XYZ59.391475.988031.9590
Yxy75.98800.35490.4541
Hunter Lab87.1711-30.933839.2826
CIE-Lab89.8538-28.803449.5914

#cbef80 color RGB value is (203,239,128).

#cbef80 hex color red value is 203, green value is 239 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cbef80 hue: 0.22 , saturation: 0.78 and the lightness value of cbef80 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10000000
Octal 313 357 200
Decimal 203 239 128
Hex CB EF 80

RGB Percentages of Color #cbef80

%35.61
%41.93
%22.46

CMYK Percentages of Color #cbef80

%15
%0
%46
%6

Triadic Colors of #cbef80

#cbef80 #80cbef #ef80cb

Analogous Colors of #cbef80

#cbef80 #94ef80 #efdc80

Monochromatic Colors of #cbef80

#cbef80

Complementary Color

#cbef80 #a480ef

#cbef80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef80 Color CSS Codes

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

#cbef80 Text Font Color

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

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


#cbef80 Background Color

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

This div background color is #cbef80


#cbef80 Border Color

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

This div border color is #cbef80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef80


Comments

No comments written yet.

Please login to write comment.