Color Hex Logo

#caf917 Color Hex

#CAF917
(202,249,23)
0 Favorites   0 Comments

Color spaces of #caf917

RGB 20224923
HSL0.200.950.53
HSV72°91°98°
CMYK 0.190.000.91   0.02
XYZ58.387580.369813.2462
Yxy80.36980.38410.5287
Hunter Lab89.6492-40.631153.9940
CIE-Lab91.8505-39.832386.8492

#caf917 color RGB value is (202,249,23).

#caf917 hex color red value is 202, green value is 249 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #caf917 hue: 0.20 , saturation: 0.95 and the lightness value of caf917 is 0.53.

The process color (four color CMYK) of #caf917 color hex is 0.19, 0.00, 0.91, 0.02. Web safe color of #caf917 is #ccff00. Color #caf917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 00010111
Octal 312 371 27
Decimal 202 249 23
Hex CA F9 17

RGB Percentages of Color #caf917

%42.62
%52.53
%4.85

CMYK Percentages of Color #caf917

%19
%0
%91
%2

Triadic Colors of #caf917

#caf917 #17caf9 #f917ca

Analogous Colors of #caf917

#caf917 #59f917 #f9b717

Monochromatic Colors of #caf917

#caf917

Complementary Color

#caf917 #4617f9

#caf917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf917 Color CSS Codes

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

#caf917 Text Font Color

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

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


#caf917 Background Color

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

This div background color is #caf917


#caf917 Border Color

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

This div border color is #caf917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf917

Related Colors


Comments

No comments written yet.

Please login to write comment.