Color Hex Logo

#caf683 Color Hex

#CAF683
(202,246,131)
0 Favorites   0 Comments

Color spaces of #caf683

RGB 202246131
HSL0.230.860.74
HSV83°47°96°
CMYK 0.180.000.47   0.04
XYZ61.409680.106833.6983
Yxy80.10680.35050.4572
Hunter Lab89.5024-34.156440.3286
CIE-Lab91.7328-32.114450.4623

#caf683 color RGB value is (202,246,131).

#caf683 hex color red value is 202, green value is 246 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #caf683 hue: 0.23 , saturation: 0.86 and the lightness value of caf683 is 0.74.

The process color (four color CMYK) of #caf683 color hex is 0.18, 0.00, 0.47, 0.04. Web safe color of #caf683 is #ccff99. Color #caf683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 10000011
Octal 312 366 203
Decimal 202 246 131
Hex CA F6 83

RGB Percentages of Color #caf683

%34.89
%42.49
%22.63

CMYK Percentages of Color #caf683

%18
%0
%47
%4

Triadic Colors of #caf683

#caf683 #83caf6 #f683ca

Analogous Colors of #caf683

#caf683 #91f683 #f6e983

Monochromatic Colors of #caf683

#caf683

Complementary Color

#caf683 #af83f6

#caf683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf683 Color CSS Codes

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

#caf683 Text Font Color

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

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


#caf683 Background Color

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

This div background color is #caf683


#caf683 Border Color

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

This div border color is #caf683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf683


Comments

No comments written yet.

Please login to write comment.