Color Hex Logo

#caf671 Color Hex

#CAF671
(202,246,113)
0 Favorites   0 Comments

Color spaces of #caf671

RGB 202246113
HSL0.220.880.70
HSV80°54°96°
CMYK 0.180.000.54   0.04
XYZ60.293579.660327.8210
Yxy79.66030.35940.4748
Hunter Lab89.2526-35.608643.9955
CIE-Lab91.5322-33.884758.4889

#caf671 color RGB value is (202,246,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 01110001
Octal 312 366 161
Decimal 202 246 113
Hex CA F6 71

RGB Percentages of Color #caf671

%36.01
%43.85
%20.14

CMYK Percentages of Color #caf671

%18
%0
%54
%4

Triadic Colors of #caf671

#caf671 #71caf6 #f671ca

Analogous Colors of #caf671

#caf671 #88f671 #f6e071

Monochromatic Colors of #caf671

#caf671

Complementary Color

#caf671 #9d71f6

#caf671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf671 Color CSS Codes

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

#caf671 Text Font Color

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

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


#caf671 Background Color

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

This div background color is #caf671


#caf671 Border Color

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

This div border color is #caf671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf671


Comments

No comments written yet.

Please login to write comment.