Color Hex Logo

#caf640 Color Hex

#CAF640
(202,246,64)
0 Favorites   0 Comments

Color spaces of #caf640

RGB 20224664
HSL0.210.910.61
HSV75°74°96°
CMYK 0.180.000.74   0.04
XYZ58.238378.838316.9983
Yxy78.83830.37800.5117
Hunter Lab88.7909-38.305350.8031
CIE-Lab91.1611-37.222977.0697

#caf640 color RGB value is (202,246,64).

#caf640 hex color red value is 202, green value is 246 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #caf640 hue: 0.21 , saturation: 0.91 and the lightness value of caf640 is 0.61.

The process color (four color CMYK) of #caf640 color hex is 0.18, 0.00, 0.74, 0.04. Web safe color of #caf640 is #ccff33. Color #caf640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 01000000
Octal 312 366 100
Decimal 202 246 64
Hex CA F6 40

RGB Percentages of Color #caf640

%39.45
%48.05
%12.50

CMYK Percentages of Color #caf640

%18
%0
%74
%4

Triadic Colors of #caf640

#caf640 #40caf6 #f640ca

Analogous Colors of #caf640

#caf640 #6ff640 #f6c740

Monochromatic Colors of #caf640

#caf640

Complementary Color

#caf640 #6c40f6

#caf640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf640 Color CSS Codes

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

#caf640 Text Font Color

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

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


#caf640 Background Color

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

This div background color is #caf640


#caf640 Border Color

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

This div border color is #caf640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf640


Comments

No comments written yet.

Please login to write comment.