Color Hex Logo

#caf672 Color Hex

#CAF672
(202,246,114)
0 Favorites   0 Comments

Color spaces of #caf672

RGB 202246114
HSL0.220.880.71
HSV80°54°96°
CMYK 0.180.000.54   0.04
XYZ60.350279.683028.1192
Yxy79.68300.35890.4739
Hunter Lab89.2653-35.534743.8090
CIE-Lab91.5424-33.794158.0547

#caf672 color RGB value is (202,246,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 01110010
Octal 312 366 162
Decimal 202 246 114
Hex CA F6 72

RGB Percentages of Color #caf672

%35.94
%43.77
%20.28

CMYK Percentages of Color #caf672

%18
%0
%54
%4

Triadic Colors of #caf672

#caf672 #72caf6 #f672ca

Analogous Colors of #caf672

#caf672 #88f672 #f6e072

Monochromatic Colors of #caf672

#caf672

Complementary Color

#caf672 #9e72f6

#caf672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf672 Color CSS Codes

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

#caf672 Text Font Color

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

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


#caf672 Background Color

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

This div background color is #caf672


#caf672 Border Color

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

This div border color is #caf672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf672


Comments

No comments written yet.

Please login to write comment.