Color Hex Logo

#caf95e Color Hex

#CAF95E
(202,249,94)
0 Favorites   0 Comments

Color spaces of #caf95e

RGB 20224994
HSL0.220.930.67
HSV78°62°98°
CMYK 0.190.000.62   0.02
XYZ60.253281.116123.0710
Yxy81.11610.36640.4933
Hunter Lab90.0645-38.196247.8574
CIE-Lab92.1833-36.786967.2893

#caf95e color RGB value is (202,249,94).

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

The process color (four color CMYK) of #caf95e color hex is 0.19, 0.00, 0.62, 0.02. Web safe color of #caf95e is #ccff66. Color #caf95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 01011110
Octal 312 371 136
Decimal 202 249 94
Hex CA F9 5E

RGB Percentages of Color #caf95e

%37.06
%45.69
%17.25

CMYK Percentages of Color #caf95e

%19
%0
%62
%2

Triadic Colors of #caf95e

#caf95e #5ecaf9 #f95eca

Analogous Colors of #caf95e

#caf95e #7df95e #f9db5e

Monochromatic Colors of #caf95e

#caf95e

Complementary Color

#caf95e #8d5ef9

#caf95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf95e Color CSS Codes

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

#caf95e Text Font Color

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

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


#caf95e Background Color

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

This div background color is #caf95e


#caf95e Border Color

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

This div border color is #caf95e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,249,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 #caf95e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf95e


Comments

No comments written yet.

Please login to write comment.