Color Hex Logo

#caf261 Color Hex

#CAF261
(202,242,97)
0 Favorites   0 Comments

Color spaces of #caf261

RGB 20224297
HSL0.210.850.66
HSV77°60°95°
CMYK 0.170.000.60   0.05
XYZ58.266976.923923.0861
Yxy76.92390.36810.4860
Hunter Lab87.7063-34.901045.7880
CIE-Lab90.2866-33.384063.9931

#caf261 color RGB value is (202,242,97).

#caf261 hex color red value is 202, green value is 242 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #caf261 hue: 0.21 , saturation: 0.85 and the lightness value of caf261 is 0.66.

The process color (four color CMYK) of #caf261 color hex is 0.17, 0.00, 0.60, 0.05. Web safe color of #caf261 is #ccff66. Color #caf261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 01100001
Octal 312 362 141
Decimal 202 242 97
Hex CA F2 61

RGB Percentages of Color #caf261

%37.34
%44.73
%17.93

CMYK Percentages of Color #caf261

%17
%0
%60
%5

Triadic Colors of #caf261

#caf261 #61caf2 #f261ca

Analogous Colors of #caf261

#caf261 #82f261 #f2d261

Monochromatic Colors of #caf261

#caf261

Complementary Color

#caf261 #8961f2

#caf261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf261 Color CSS Codes

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

#caf261 Text Font Color

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

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


#caf261 Background Color

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

This div background color is #caf261


#caf261 Border Color

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

This div border color is #caf261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf261


Comments

No comments written yet.

Please login to write comment.