Color Hex Logo

#cafc49 Color Hex

#CAFC49
(202,252,73)
0 Favorites   0 Comments

Color spaces of #cafc49

RGB 20225273
HSL0.210.970.64
HSV77°71°99°
CMYK 0.200.000.71   0.01
XYZ60.370182.658419.0762
Yxy82.65840.37240.5099
Hunter Lab90.9167-40.577351.2014
CIE-Lab92.8647-39.446275.7864

#cafc49 color RGB value is (202,252,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111100 01001001
Octal 312 374 111
Decimal 202 252 73
Hex CA FC 49

RGB Percentages of Color #cafc49

%38.33
%47.82
%13.85

CMYK Percentages of Color #cafc49

%20
%0
%71
%1

Triadic Colors of #cafc49

#cafc49 #49cafc #fc49ca

Analogous Colors of #cafc49

#cafc49 #71fc49 #fcd549

Monochromatic Colors of #cafc49

#cafc49

Complementary Color

#cafc49 #7b49fc

#cafc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafc49 Color CSS Codes

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

#cafc49 Text Font Color

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

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


#cafc49 Background Color

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

This div background color is #cafc49


#cafc49 Border Color

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

This div border color is #cafc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafc49


Comments

No comments written yet.

Please login to write comment.