Color Hex Logo

#caf962 Color Hex

#CAF962
(202,249,98)
0 Favorites   0 Comments

Color spaces of #caf962

RGB 20224998
HSL0.220.930.68
HSV79°61°98°
CMYK 0.190.000.61   0.02
XYZ60.437481.189824.0411
Yxy81.18980.36480.4901
Hunter Lab90.1054-37.957147.2545
CIE-Lab92.2161-36.490965.6975

#caf962 color RGB value is (202,249,98).

#caf962 hex color red value is 202, green value is 249 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #caf962 hue: 0.22 , saturation: 0.93 and the lightness value of caf962 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 01100010
Octal 312 371 142
Decimal 202 249 98
Hex CA F9 62

RGB Percentages of Color #caf962

%36.79
%45.36
%17.85

CMYK Percentages of Color #caf962

%19
%0
%61
%2

Triadic Colors of #caf962

#caf962 #62caf9 #f962ca

Analogous Colors of #caf962

#caf962 #7ff962 #f9dd62

Monochromatic Colors of #caf962

#caf962

Complementary Color

#caf962 #9162f9

#caf962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf962 Color CSS Codes

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

#caf962 Text Font Color

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

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


#caf962 Background Color

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

This div background color is #caf962


#caf962 Border Color

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

This div border color is #caf962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf962

Related Colors


Comments

No comments written yet.

Please login to write comment.