Color Hex Logo

#caf98c Color Hex

#CAF98C
(202,249,140)
0 Favorites   0 Comments

Color spaces of #caf98c

RGB 202249140
HSL0.240.900.76
HSV86°44°98°
CMYK 0.190.000.44   0.02
XYZ62.966482.201437.3587
Yxy82.20140.34500.4504
Hunter Lab90.6650-34.696339.0349
CIE-Lab92.6637-32.504747.3364

#caf98c color RGB value is (202,249,140).

#caf98c hex color red value is 202, green value is 249 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #caf98c hue: 0.24 , saturation: 0.90 and the lightness value of caf98c is 0.76.

The process color (four color CMYK) of #caf98c color hex is 0.19, 0.00, 0.44, 0.02. Web safe color of #caf98c is #ccff99. Color #caf98c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 10001100
Octal 312 371 214
Decimal 202 249 140
Hex CA F9 8C

RGB Percentages of Color #caf98c

%34.18
%42.13
%23.69

CMYK Percentages of Color #caf98c

%19
%0
%44
%2

Triadic Colors of #caf98c

#caf98c #8ccaf9 #f98cca

Analogous Colors of #caf98c

#caf98c #94f98c #f9f28c

Monochromatic Colors of #caf98c

#caf98c

Complementary Color

#caf98c #bb8cf9

#caf98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf98c Color CSS Codes

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

#caf98c Text Font Color

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

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


#caf98c Background Color

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

This div background color is #caf98c


#caf98c Border Color

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

This div border color is #caf98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf98c


Comments

No comments written yet.

Please login to write comment.