Color Hex Logo

#caff70 Color Hex DarkOliveGreen1

#CAFF70
(202,255,112)
30 Favorites   0 Comments

Color spaces of #caff70 DarkOliveGreen1

RGB 202255112
HSL0.231.000.72
HSV82°56°100°
CMYK 0.210.000.56   0.00
XYZ63.041885.246428.4608
Yxy85.24640.35670.4823
Hunter Lab92.3290-39.696746.3539
CIE-Lab93.9892-38.044261.7596

#caff70 color RGB value is (202,255,112). #caff70 color name is DarkOliveGreen1 color.

#caff70 hex color red value is 202, green value is 255 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #caff70 hue: 0.23 , saturation: 1.00 and the lightness value of caff70 is 0.72.

The process color (four color CMYK) of #caff70 color hex is 0.21, 0.00, 0.56, 0.00. Web safe color of #caff70 is #ccff66. Color #caff70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 01110000
Octal 312 377 160
Decimal 202 255 112
Hex CA FF 70

RGB Percentages of Color #caff70

%35.50
%44.82
%19.68

CMYK Percentages of Color #caff70

%21
%0
%56
%0

Triadic Colors of #caff70

#caff70 #70caff #ff70ca

Analogous Colors of #caff70

#caff70 #83ff70 #ffed70

Monochromatic Colors of #caff70

#caff70

Complementary Color

#caff70 #a570ff

#caff70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caff70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caff70 Color CSS Codes

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

#caff70 Text Font Color

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

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


#caff70 Background Color

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

This div background color is #caff70


#caff70 Border Color

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

This div border color is #caff70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caff70

Related Colors


Comments

No comments written yet.

Please login to write comment.