Color Hex Logo

#caf998 Color Hex

#CAF998
(202,249,152)
0 Favorites   0 Comments

Color spaces of #caf998

RGB 202249152
HSL0.250.890.79
HSV89°39°98°
CMYK 0.190.000.39   0.02
XYZ63.900382.574942.2764
Yxy82.57490.33850.4375
Hunter Lab90.8707-33.502636.0256
CIE-Lab92.8280-31.068741.7275

#caf998 color RGB value is (202,249,152).

#caf998 hex color red value is 202, green value is 249 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #caf998 hue: 0.25 , saturation: 0.89 and the lightness value of caf998 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 10011000
Octal 312 371 230
Decimal 202 249 152
Hex CA F9 98

RGB Percentages of Color #caf998

%33.50
%41.29
%25.21

CMYK Percentages of Color #caf998

%19
%0
%39
%2

Triadic Colors of #caf998

#caf998 #98caf9 #f998ca

Analogous Colors of #caf998

#caf998 #9af998 #f9f898

Monochromatic Colors of #caf998

#caf998

Complementary Color

#caf998 #c798f9

#caf998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf998 Color CSS Codes

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

#caf998 Text Font Color

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

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


#caf998 Background Color

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

This div background color is #caf998


#caf998 Border Color

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

This div border color is #caf998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf998


Comments

No comments written yet.

Please login to write comment.