Color Hex Logo

#caf949 Color Hex

#CAF949
(202,249,73)
0 Favorites   0 Comments

Color spaces of #caf949

RGB 20224973
HSL0.210.940.63
HSV76°71°98°
CMYK 0.190.000.71   0.02
XYZ59.435480.789018.7646
Yxy80.78900.37380.5081
Hunter Lab89.8827-39.260750.5401
CIE-Lab92.0377-38.111474.9733

#caf949 color RGB value is (202,249,73).

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

The process color (four color CMYK) of #caf949 color hex is 0.19, 0.00, 0.71, 0.02. Web safe color of #caf949 is #ccff33. Color #caf949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 01001001
Octal 312 371 111
Decimal 202 249 73
Hex CA F9 49

RGB Percentages of Color #caf949

%38.55
%47.52
%13.93

CMYK Percentages of Color #caf949

%19
%0
%71
%2

Triadic Colors of #caf949

#caf949 #49caf9 #f949ca

Analogous Colors of #caf949

#caf949 #72f949 #f9d049

Monochromatic Colors of #caf949

#caf949

Complementary Color

#caf949 #7849f9

#caf949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf949 Color CSS Codes

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

#caf949 Text Font Color

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

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


#caf949 Background Color

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

This div background color is #caf949


#caf949 Border Color

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

This div border color is #caf949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf949


Comments

No comments written yet.

Please login to write comment.