Color Hex Logo

#caf047 Color Hex

#CAF047
(202,240,71)
0 Favorites   0 Comments

Color spaces of #caf047

RGB 20224071
HSL0.200.850.61
HSV73°70°94°
CMYK 0.160.000.70   0.06
XYZ56.654575.331717.5157
Yxy75.33170.37900.5039
Hunter Lab86.7938-35.373748.7905
CIE-Lab89.5481-34.155773.2070

#caf047 color RGB value is (202,240,71).

#caf047 hex color red value is 202, green value is 240 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #caf047 hue: 0.20 , saturation: 0.85 and the lightness value of caf047 is 0.61.

The process color (four color CMYK) of #caf047 color hex is 0.16, 0.00, 0.70, 0.06. Web safe color of #caf047 is #ccff33. Color #caf047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 01000111
Octal 312 360 107
Decimal 202 240 71
Hex CA F0 47

RGB Percentages of Color #caf047

%39.38
%46.78
%13.84

CMYK Percentages of Color #caf047

%16
%0
%70
%6

Triadic Colors of #caf047

#caf047 #47caf0 #f047ca

Analogous Colors of #caf047

#caf047 #76f047 #f0c247

Monochromatic Colors of #caf047

#caf047

Complementary Color

#caf047 #6d47f0

#caf047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf047 Color CSS Codes

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

#caf047 Text Font Color

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

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


#caf047 Background Color

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

This div background color is #caf047


#caf047 Border Color

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

This div border color is #caf047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf047


Comments

No comments written yet.

Please login to write comment.