Color Hex Logo

#caf976 Color Hex

#CAF976
(202,249,118)
0 Favorites   0 Comments

Color spaces of #caf976

RGB 202249118
HSL0.230.920.72
HSV82°53°98°
CMYK 0.190.000.53   0.02
XYZ61.502881.615929.6514
Yxy81.61590.35600.4724
Hunter Lab90.3415-36.578243.7792
CIE-Lab92.4051-34.793757.2695

#caf976 color RGB value is (202,249,118).

#caf976 hex color red value is 202, green value is 249 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #caf976 hue: 0.23 , saturation: 0.92 and the lightness value of caf976 is 0.72.

The process color (four color CMYK) of #caf976 color hex is 0.19, 0.00, 0.53, 0.02. Web safe color of #caf976 is #ccff66. Color #caf976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 01110110
Octal 312 371 166
Decimal 202 249 118
Hex CA F9 76

RGB Percentages of Color #caf976

%35.50
%43.76
%20.74

CMYK Percentages of Color #caf976

%19
%0
%53
%2

Triadic Colors of #caf976

#caf976 #76caf9 #f976ca

Analogous Colors of #caf976

#caf976 #89f976 #f9e776

Monochromatic Colors of #caf976

#caf976

Complementary Color

#caf976 #a576f9

#caf976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf976 Color CSS Codes

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

#caf976 Text Font Color

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

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


#caf976 Background Color

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

This div background color is #caf976


#caf976 Border Color

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

This div border color is #caf976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf976


Comments

No comments written yet.

Please login to write comment.