Color Hex Logo

#cbf55a Color Hex

#CBF55A
(203,245,90)
0 Favorites   0 Comments

Color spaces of #cbf55a

RGB 20324590
HSL0.210.890.66
HSV76°63°96°
CMYK 0.170.000.63   0.04
XYZ59.126578.739521.7548
Yxy78.73950.37040.4933
Hunter Lab88.7353-36.347847.5789
CIE-Lab91.1163-34.881867.7616

#cbf55a color RGB value is (203,245,90).

#cbf55a hex color red value is 203, green value is 245 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cbf55a hue: 0.21 , saturation: 0.89 and the lightness value of cbf55a is 0.66.

The process color (four color CMYK) of #cbf55a color hex is 0.17, 0.00, 0.63, 0.04. Web safe color of #cbf55a is #ccff66. Color #cbf55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110101 01011010
Octal 313 365 132
Decimal 203 245 90
Hex CB F5 5A

RGB Percentages of Color #cbf55a

%37.73
%45.54
%16.73

CMYK Percentages of Color #cbf55a

%17
%0
%63
%4

Triadic Colors of #cbf55a

#cbf55a #5acbf5 #f55acb

Analogous Colors of #cbf55a

#cbf55a #7ef55a #f5d25a

Monochromatic Colors of #cbf55a

#cbf55a

Complementary Color

#cbf55a #845af5

#cbf55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf55a Color CSS Codes

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

#cbf55a Text Font Color

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

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


#cbf55a Background Color

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

This div background color is #cbf55a


#cbf55a Border Color

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

This div border color is #cbf55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf55a


Comments

No comments written yet.

Please login to write comment.