Color Hex Logo

#cafd66 Color Hex

#CAFD66
(202,253,102)
0 Favorites   0 Comments

Color spaces of #cafd66

RGB 202253102
HSL0.220.970.70
HSV80°60°99°
CMYK 0.200.000.60   0.01
XYZ61.880783.766425.4775
Yxy83.76640.36160.4895
Hunter Lab91.5240-39.480547.5623
CIE-Lab93.3489-37.978265.2897

#cafd66 color RGB value is (202,253,102).

#cafd66 hex color red value is 202, green value is 253 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cafd66 hue: 0.22 , saturation: 0.97 and the lightness value of cafd66 is 0.70.

The process color (four color CMYK) of #cafd66 color hex is 0.20, 0.00, 0.60, 0.01. Web safe color of #cafd66 is #ccff66. Color #cafd66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111101 01100110
Octal 312 375 146
Decimal 202 253 102
Hex CA FD 66

RGB Percentages of Color #cafd66

%36.27
%45.42
%18.31

CMYK Percentages of Color #cafd66

%20
%0
%60
%1

Triadic Colors of #cafd66

#cafd66 #66cafd #fd66ca

Analogous Colors of #cafd66

#cafd66 #7ffd66 #fde566

Monochromatic Colors of #cafd66

#cafd66

Complementary Color

#cafd66 #9966fd

#cafd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafd66 Color CSS Codes

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

#cafd66 Text Font Color

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

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


#cafd66 Background Color

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

This div background color is #cafd66


#cafd66 Border Color

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

This div border color is #cafd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafd66


Comments

No comments written yet.

Please login to write comment.