Color Hex Logo

#caf519 Color Hex

#CAF519
(202,245,25)
0 Favorites   0 Comments

Color spaces of #caf519

RGB 20224525
HSL0.200.920.53
HSV72°90°96°
CMYK 0.180.000.90   0.04
XYZ57.185077.931612.9480
Yxy77.93160.38620.5263
Hunter Lab88.2789-38.859953.0991
CIE-Lab90.7487-38.021185.6987

#caf519 color RGB value is (202,245,25).

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

The process color (four color CMYK) of #caf519 color hex is 0.18, 0.00, 0.90, 0.04. Web safe color of #caf519 is #ccff00. Color #caf519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 00011001
Octal 312 365 31
Decimal 202 245 25
Hex CA F5 19

RGB Percentages of Color #caf519

%42.80
%51.91
%5.30

CMYK Percentages of Color #caf519

%18
%0
%90
%4

Triadic Colors of #caf519

#caf519 #19caf5 #f519ca

Analogous Colors of #caf519

#caf519 #5cf519 #f5b219

Monochromatic Colors of #caf519

#caf519

Complementary Color

#caf519 #4419f5

#caf519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf519 Color CSS Codes

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

#caf519 Text Font Color

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

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


#caf519 Background Color

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

This div background color is #caf519


#caf519 Border Color

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

This div border color is #caf519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf519


Comments

No comments written yet.

Please login to write comment.