Color Hex Logo

#caf35c Color Hex

#CAF35C
(202,243,92)
0 Favorites   0 Comments

Color spaces of #caf35c

RGB 20224392
HSL0.210.860.66
HSV76°62°95°
CMYK 0.170.000.62   0.05
XYZ58.339577.430421.9960
Yxy77.43040.36980.4908
Hunter Lab87.9945-35.646746.7755
CIE-Lab90.5193-34.210966.3019

#caf35c color RGB value is (202,243,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 01011100
Octal 312 363 134
Decimal 202 243 92
Hex CA F3 5C

RGB Percentages of Color #caf35c

%37.62
%45.25
%17.13

CMYK Percentages of Color #caf35c

%17
%0
%62
%5

Triadic Colors of #caf35c

#caf35c #5ccaf3 #f35cca

Analogous Colors of #caf35c

#caf35c #7ff35c #f3d15c

Monochromatic Colors of #caf35c

#caf35c

Complementary Color

#caf35c #855cf3

#caf35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf35c Color CSS Codes

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

#caf35c Text Font Color

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

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


#caf35c Background Color

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

This div background color is #caf35c


#caf35c Border Color

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

This div border color is #caf35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf35c


Comments

No comments written yet.

Please login to write comment.