Color Hex Logo

#caf676 Color Hex

#CAF676
(202,246,118)
0 Favorites   0 Comments

Color spaces of #caf676

RGB 202246118
HSL0.220.880.71
HSV81°52°96°
CMYK 0.180.000.52   0.04
XYZ60.582979.776129.3448
Yxy79.77610.35700.4701
Hunter Lab89.3175-35.231343.0428
CIE-Lab91.5843-33.422956.3027

#caf676 color RGB value is (202,246,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 01110110
Octal 312 366 166
Decimal 202 246 118
Hex CA F6 76

RGB Percentages of Color #caf676

%35.69
%43.46
%20.85

CMYK Percentages of Color #caf676

%18
%0
%52
%4

Triadic Colors of #caf676

#caf676 #76caf6 #f676ca

Analogous Colors of #caf676

#caf676 #8af676 #f6e276

Monochromatic Colors of #caf676

#caf676

Complementary Color

#caf676 #a276f6

#caf676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf676 Color CSS Codes

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

#caf676 Text Font Color

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

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


#caf676 Background Color

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

This div background color is #caf676


#caf676 Border Color

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

This div border color is #caf676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,246,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 #caf676">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf676


Comments

No comments written yet.

Please login to write comment.