Color Hex Logo

#caf52b Color Hex

#CAF52B
(202,245,43)
0 Favorites   0 Comments

Color spaces of #caf52b

RGB 20224543
HSL0.200.910.56
HSV73°82°96°
CMYK 0.180.000.82   0.04
XYZ57.445678.035814.3202
Yxy78.03580.38350.5209
Hunter Lab88.3379-38.513852.2252
CIE-Lab90.7962-37.585982.4224

#caf52b color RGB value is (202,245,43).

#caf52b hex color red value is 202, green value is 245 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #caf52b hue: 0.20 , saturation: 0.91 and the lightness value of caf52b is 0.56.

The process color (four color CMYK) of #caf52b color hex is 0.18, 0.00, 0.82, 0.04. Web safe color of #caf52b is #ccff33. Color #caf52b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 00101011
Octal 312 365 53
Decimal 202 245 43
Hex CA F5 2B

RGB Percentages of Color #caf52b

%41.22
%50.00
%8.78

CMYK Percentages of Color #caf52b

%18
%0
%82
%4

Triadic Colors of #caf52b

#caf52b #2bcaf5 #f52bca

Analogous Colors of #caf52b

#caf52b #65f52b #f5bb2b

Monochromatic Colors of #caf52b

#caf52b

Complementary Color

#caf52b #562bf5

#caf52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf52b Color CSS Codes

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

#caf52b Text Font Color

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

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


#caf52b Background Color

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

This div background color is #caf52b


#caf52b Border Color

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

This div border color is #caf52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf52b


Comments

No comments written yet.

Please login to write comment.