Color Hex Logo

#caf20e Color Hex

#CAF20E
(202,242,14)
0 Favorites   0 Comments

Color spaces of #caf20e

RGB 20224214
HSL0.200.900.50
HSV71°94°95°
CMYK 0.170.000.94   0.05
XYZ56.188576.092512.1413
Yxy76.09250.38910.5269
Hunter Lab87.2310-37.676352.8094
CIE-Lab89.9023-36.839086.3259

#caf20e color RGB value is (202,242,14).

#caf20e hex color red value is 202, green value is 242 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #caf20e hue: 0.20 , saturation: 0.90 and the lightness value of caf20e is 0.50.

The process color (four color CMYK) of #caf20e color hex is 0.17, 0.00, 0.94, 0.05. Web safe color of #caf20e is #ccff00. Color #caf20e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 00001110
Octal 312 362 16
Decimal 202 242 14
Hex CA F2 E

RGB Percentages of Color #caf20e

%44.10
%52.84
%3.06

CMYK Percentages of Color #caf20e

%17
%0
%94
%5

Triadic Colors of #caf20e

#caf20e #0ecaf2 #f20eca

Analogous Colors of #caf20e

#caf20e #58f20e #f2a80e

Monochromatic Colors of #caf20e

#caf20e

Complementary Color

#caf20e #360ef2

#caf20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf20e Color CSS Codes

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

#caf20e Text Font Color

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

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


#caf20e Background Color

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

This div background color is #caf20e


#caf20e Border Color

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

This div border color is #caf20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf20e


Comments

No comments written yet.

Please login to write comment.