Color Hex Logo

#cafd47 Color Hex

#CAFD47
(202,253,71)
0 Favorites   0 Comments

Color spaces of #cafd47

RGB 20225371
HSL0.210.980.64
HSV77°72°99°
CMYK 0.200.000.72   0.01
XYZ60.619783.262018.8374
Yxy83.26200.37250.5117
Hunter Lab91.2480-41.099351.6337
CIE-Lab93.1290-39.994176.7111

#cafd47 color RGB value is (202,253,71).

#cafd47 hex color red value is 202, green value is 253 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cafd47 hue: 0.21 , saturation: 0.98 and the lightness value of cafd47 is 0.64.

The process color (four color CMYK) of #cafd47 color hex is 0.20, 0.00, 0.72, 0.01. Web safe color of #cafd47 is #ccff33. Color #cafd47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111101 01000111
Octal 312 375 107
Decimal 202 253 71
Hex CA FD 47

RGB Percentages of Color #cafd47

%38.40
%48.10
%13.50

CMYK Percentages of Color #cafd47

%20
%0
%72
%1

Triadic Colors of #cafd47

#cafd47 #47cafd #fd47ca

Analogous Colors of #cafd47

#cafd47 #6ffd47 #fdd547

Monochromatic Colors of #cafd47

#cafd47

Complementary Color

#cafd47 #7a47fd

#cafd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafd47 Color CSS Codes

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

#cafd47 Text Font Color

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

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


#cafd47 Background Color

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

This div background color is #cafd47


#cafd47 Border Color

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

This div border color is #cafd47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,253,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 #cafd47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafd47


Comments

No comments written yet.

Please login to write comment.