Color Hex Logo

#caf467 Color Hex

#CAF467
(202,244,103)
0 Favorites   0 Comments

Color spaces of #caf467

RGB 202244103
HSL0.220.870.68
HSV78°58°96°
CMYK 0.170.000.58   0.04
XYZ59.156078.237224.8154
Yxy78.23720.36470.4823
Hunter Lab88.4518-35.411045.2823
CIE-Lab90.8880-33.826962.1237

#caf467 color RGB value is (202,244,103).

#caf467 hex color red value is 202, green value is 244 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #caf467 hue: 0.22 , saturation: 0.87 and the lightness value of caf467 is 0.68.

The process color (four color CMYK) of #caf467 color hex is 0.17, 0.00, 0.58, 0.04. Web safe color of #caf467 is #ccff66. Color #caf467 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110100 01100111
Octal 312 364 147
Decimal 202 244 103
Hex CA F4 67

RGB Percentages of Color #caf467

%36.79
%44.44
%18.76

CMYK Percentages of Color #caf467

%17
%0
%58
%4

Triadic Colors of #caf467

#caf467 #67caf4 #f467ca

Analogous Colors of #caf467

#caf467 #84f467 #f4d867

Monochromatic Colors of #caf467

#caf467

Complementary Color

#caf467 #9167f4

#caf467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf467 Color CSS Codes

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

#caf467 Text Font Color

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

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


#caf467 Background Color

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

This div background color is #caf467


#caf467 Border Color

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

This div border color is #caf467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf467


Comments

No comments written yet.

Please login to write comment.