Color Hex Logo

#caf392 Color Hex

#CAF392
(202,243,146)
0 Favorites   0 Comments

Color spaces of #caf392

RGB 202243146
HSL0.240.800.76
HSV85°40°95°
CMYK 0.170.000.40   0.05
XYZ61.596078.733139.1447
Yxy78.73310.34320.4387
Hunter Lab88.7317-31.368835.9559
CIE-Lab91.1134-29.007842.4669

#caf392 color RGB value is (202,243,146).

#caf392 hex color red value is 202, green value is 243 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #caf392 hue: 0.24 , saturation: 0.80 and the lightness value of caf392 is 0.76.

The process color (four color CMYK) of #caf392 color hex is 0.17, 0.00, 0.40, 0.05. Web safe color of #caf392 is #ccff99. Color #caf392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 10010010
Octal 312 363 222
Decimal 202 243 146
Hex CA F3 92

RGB Percentages of Color #caf392

%34.18
%41.12
%24.70

CMYK Percentages of Color #caf392

%17
%0
%40
%5

Triadic Colors of #caf392

#caf392 #92caf3 #f392ca

Analogous Colors of #caf392

#caf392 #9af392 #f3ec92

Monochromatic Colors of #caf392

#caf392

Complementary Color

#caf392 #bb92f3

#caf392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf392 Color CSS Codes

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

#caf392 Text Font Color

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

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


#caf392 Background Color

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

This div background color is #caf392


#caf392 Border Color

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

This div border color is #caf392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf392


Comments

No comments written yet.

Please login to write comment.