Color Hex Logo

#caf776 Color Hex

#CAF776
(202,247,118)
0 Favorites   0 Comments

Color spaces of #caf776

RGB 202247118
HSL0.220.890.72
HSV81°52°97°
CMYK 0.180.000.52   0.03
XYZ60.887980.386129.4465
Yxy80.38610.35670.4709
Hunter Lab89.6583-35.680843.2882
CIE-Lab91.8578-33.881056.6252

#caf776 color RGB value is (202,247,118).

#caf776 hex color red value is 202, green value is 247 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #caf776 hue: 0.22 , saturation: 0.89 and the lightness value of caf776 is 0.72.

The process color (four color CMYK) of #caf776 color hex is 0.18, 0.00, 0.52, 0.03. Web safe color of #caf776 is #ccff66. Color #caf776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110111 01110110
Octal 312 367 166
Decimal 202 247 118
Hex CA F7 76

RGB Percentages of Color #caf776

%35.63
%43.56
%20.81

CMYK Percentages of Color #caf776

%18
%0
%52
%3

Triadic Colors of #caf776

#caf776 #76caf7 #f776ca

Analogous Colors of #caf776

#caf776 #8af776 #f7e476

Monochromatic Colors of #caf776

#caf776

Complementary Color

#caf776 #a376f7

#caf776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf776 Color CSS Codes

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

#caf776 Text Font Color

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

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


#caf776 Background Color

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

This div background color is #caf776


#caf776 Border Color

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

This div border color is #caf776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf776


Comments

No comments written yet.

Please login to write comment.