Color Hex Logo

#caf55f Color Hex

#CAF55F
(202,245,95)
0 Favorites   0 Comments

Color spaces of #caf55f

RGB 20224595
HSL0.210.880.67
HSV77°61°96°
CMYK 0.180.000.61   0.04
XYZ59.075178.687622.9011
Yxy78.68760.36770.4898
Hunter Lab88.7060-36.360846.7874
CIE-Lab91.0928-34.904065.7025

#caf55f color RGB value is (202,245,95).

#caf55f hex color red value is 202, green value is 245 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #caf55f hue: 0.21 , saturation: 0.88 and the lightness value of caf55f is 0.67.

The process color (four color CMYK) of #caf55f color hex is 0.18, 0.00, 0.61, 0.04. Web safe color of #caf55f is #ccff66. Color #caf55f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 01011111
Octal 312 365 137
Decimal 202 245 95
Hex CA F5 5F

RGB Percentages of Color #caf55f

%37.27
%45.20
%17.53

CMYK Percentages of Color #caf55f

%18
%0
%61
%4

Triadic Colors of #caf55f

#caf55f #5fcaf5 #f55fca

Analogous Colors of #caf55f

#caf55f #7ff55f #f5d55f

Monochromatic Colors of #caf55f

#caf55f

Complementary Color

#caf55f #8a5ff5

#caf55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf55f Color CSS Codes

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

#caf55f Text Font Color

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

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


#caf55f Background Color

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

This div background color is #caf55f


#caf55f Border Color

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

This div border color is #caf55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf55f


Comments

No comments written yet.

Please login to write comment.