Color Hex Logo

#cbff60 Color Hex

#CBFF60
(203,255,96)
0 Favorites   0 Comments

Color spaces of #cbff60

RGB 20325596
HSL0.221.000.69
HSV80°62°100°
CMYK 0.200.000.62   0.00
XYZ62.499985.061024.1907
Yxy85.06100.36390.4953
Hunter Lab92.2285-40.437049.0087
CIE-Lab93.9094-38.953368.3668

#cbff60 color RGB value is (203,255,96).

#cbff60 hex color red value is 203, green value is 255 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cbff60 hue: 0.22 , saturation: 1.00 and the lightness value of cbff60 is 0.69.

The process color (four color CMYK) of #cbff60 color hex is 0.20, 0.00, 0.62, 0.00. Web safe color of #cbff60 is #ccff66. Color #cbff60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111111 01100000
Octal 313 377 140
Decimal 203 255 96
Hex CB FF 60

RGB Percentages of Color #cbff60

%36.64
%46.03
%17.33

CMYK Percentages of Color #cbff60

%20
%0
%62
%0

Triadic Colors of #cbff60

#cbff60 #60cbff #ff60cb

Analogous Colors of #cbff60

#cbff60 #7cff60 #ffe460

Monochromatic Colors of #cbff60

#cbff60

Complementary Color

#cbff60 #9460ff

#cbff60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbff60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbff60 Color CSS Codes

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

#cbff60 Text Font Color

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

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


#cbff60 Background Color

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

This div background color is #cbff60


#cbff60 Border Color

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

This div border color is #cbff60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbff60


Comments

No comments written yet.

Please login to write comment.