Color Hex Logo

#caf65e Color Hex

#CAF65E
(202,246,94)
0 Favorites   0 Comments

Color spaces of #caf65e

RGB 20224694
HSL0.210.890.67
HSV77°62°96°
CMYK 0.180.000.62   0.04
XYZ59.333379.276222.7643
Yxy79.27620.36770.4913
Hunter Lab89.0372-36.864847.1672
CIE-Lab91.3591-35.431466.3990

#caf65e color RGB value is (202,246,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110110 01011110
Octal 312 366 136
Decimal 202 246 94
Hex CA F6 5E

RGB Percentages of Color #caf65e

%37.27
%45.39
%17.34

CMYK Percentages of Color #caf65e

%18
%0
%62
%4

Triadic Colors of #caf65e

#caf65e #5ecaf6 #f65eca

Analogous Colors of #caf65e

#caf65e #7ef65e #f6d65e

Monochromatic Colors of #caf65e

#caf65e

Complementary Color

#caf65e #8a5ef6

#caf65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf65e Color CSS Codes

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

#caf65e Text Font Color

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

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


#caf65e Background Color

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

This div background color is #caf65e


#caf65e Border Color

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

This div border color is #caf65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf65e


Comments

No comments written yet.

Please login to write comment.