Color Hex Logo

#caf398 Color Hex

#CAF398
(202,243,152)
0 Favorites   0 Comments

Color spaces of #caf398

RGB 202243152
HSL0.240.790.77
HSV87°37°95°
CMYK 0.170.000.37   0.05
XYZ62.075278.924741.6681
Yxy78.92470.33980.4321
Hunter Lab88.8396-30.745334.3791
CIE-Lab91.2002-28.262939.6242

#caf398 color RGB value is (202,243,152).

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

The process color (four color CMYK) of #caf398 color hex is 0.17, 0.00, 0.37, 0.05. Web safe color of #caf398 is #ccff99. Color #caf398 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 10011000
Octal 312 363 230
Decimal 202 243 152
Hex CA F3 98

RGB Percentages of Color #caf398

%33.84
%40.70
%25.46

CMYK Percentages of Color #caf398

%17
%0
%37
%5

Triadic Colors of #caf398

#caf398 #98caf3 #f398ca

Analogous Colors of #caf398

#caf398 #9df398 #f3ef98

Monochromatic Colors of #caf398

#caf398

Complementary Color

#caf398 #c198f3

#caf398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf398 Color CSS Codes

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

#caf398 Text Font Color

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

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


#caf398 Background Color

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

This div background color is #caf398


#caf398 Border Color

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

This div border color is #caf398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf398


Comments

No comments written yet.

Please login to write comment.