Color Hex Logo

#caf95b Color Hex

#CAF95B
(202,249,91)
0 Favorites   0 Comments

Color spaces of #caf95b

RGB 20224991
HSL0.220.930.67
HSV78°63°98°
CMYK 0.190.000.63   0.02
XYZ60.121181.063322.3756
Yxy81.06330.36760.4956
Hunter Lab90.0352-38.367948.2898
CIE-Lab92.1599-36.999968.4591

#caf95b color RGB value is (202,249,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 01011011
Octal 312 371 133
Decimal 202 249 91
Hex CA F9 5B

RGB Percentages of Color #caf95b

%37.27
%45.94
%16.79

CMYK Percentages of Color #caf95b

%19
%0
%63
%2

Triadic Colors of #caf95b

#caf95b #5bcaf9 #f95bca

Analogous Colors of #caf95b

#caf95b #7bf95b #f9d95b

Monochromatic Colors of #caf95b

#caf95b

Complementary Color

#caf95b #8a5bf9

#caf95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf95b Color CSS Codes

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

#caf95b Text Font Color

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

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


#caf95b Background Color

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

This div background color is #caf95b


#caf95b Border Color

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

This div border color is #caf95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf95b


Comments

No comments written yet.

Please login to write comment.