Color Hex Logo

#caf400 Color Hex

#CAF400
(202,244,0)
0 Favorites   0 Comments

Color spaces of #caf400

RGB 2022440
HSL0.201.000.48
HSV70°100°96°
CMYK 0.170.001.00   0.04
XYZ56.707877.257911.9235
Yxy77.25790.38870.5296
Hunter Lab87.8965-38.656753.4846
CIE-Lab90.4402-37.868887.8324

#caf400 color RGB value is (202,244,0).

#caf400 hex color red value is 202, green value is 244 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #caf400 hue: 0.20 , saturation: 1.00 and the lightness value of caf400 is 0.48.

The process color (four color CMYK) of #caf400 color hex is 0.17, 0.00, 1.00, 0.04. Web safe color of #caf400 is #ccff00. Color #caf400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110100 00000000
Octal 312 364 0
Decimal 202 244 0
Hex CA F4 0

RGB Percentages of Color #caf400

%45.29
%54.71
%0.00

CMYK Percentages of Color #caf400

%17
%0
%100
%4

Triadic Colors of #caf400

#caf400 #00caf4 #f400ca

Analogous Colors of #caf400

#caf400 #50f400 #f4a400

Monochromatic Colors of #caf400

#caf400

Complementary Color

#caf400 #2a00f4

#caf400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf400 Color CSS Codes

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

#caf400 Text Font Color

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

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


#caf400 Background Color

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

This div background color is #caf400


#caf400 Border Color

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

This div border color is #caf400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf400


Comments

No comments written yet.

Please login to write comment.