Color Hex Logo

#cbf53e Color Hex

#CBF53E
(203,245,62)
0 Favorites   0 Comments

Color spaces of #cbf53e

RGB 20324562
HSL0.200.900.60
HSV74°75°96°
CMYK 0.170.000.75   0.04
XYZ58.150578.349116.6155
Yxy78.34910.37980.5117
Hunter Lab88.5150-37.634650.8310
CIE-Lab90.9390-36.479077.5013

#cbf53e color RGB value is (203,245,62).

#cbf53e hex color red value is 203, green value is 245 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cbf53e hue: 0.20 , saturation: 0.90 and the lightness value of cbf53e is 0.60.

The process color (four color CMYK) of #cbf53e color hex is 0.17, 0.00, 0.75, 0.04. Web safe color of #cbf53e is #ccff33. Color #cbf53e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110101 00111110
Octal 313 365 76
Decimal 203 245 62
Hex CB F5 3E

RGB Percentages of Color #cbf53e

%39.80
%48.04
%12.16

CMYK Percentages of Color #cbf53e

%17
%0
%75
%4

Triadic Colors of #cbf53e

#cbf53e #3ecbf5 #f53ecb

Analogous Colors of #cbf53e

#cbf53e #70f53e #f5c43e

Monochromatic Colors of #cbf53e

#cbf53e

Complementary Color

#cbf53e #683ef5

#cbf53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf53e Color CSS Codes

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

#cbf53e Text Font Color

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

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


#cbf53e Background Color

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

This div background color is #cbf53e


#cbf53e Border Color

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

This div border color is #cbf53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf53e


Comments

No comments written yet.

Please login to write comment.