Color Hex Logo

#98ddca Color Hex

#98DDCA
(152,221,202)
0 Favorites   0 Comments

Color spaces of #98ddca

RGB 152221202
HSL0.450.500.73
HSV163°31°87°
CMYK 0.310.000.09   0.13
XYZ49.466062.652665.3631
Yxy62.65260.27870.3530
Hunter Lab79.1534-26.96696.4470
CIE-Lab83.2593-25.65642.4215

#98ddca color RGB value is (152,221,202).

#98ddca hex color red value is 152, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #98ddca hue: 0.45 , saturation: 0.50 and the lightness value of 98ddca is 0.73.

The process color (four color CMYK) of #98ddca color hex is 0.31, 0.00, 0.09, 0.13. Web safe color of #98ddca is #99cccc. Color #98ddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011101 11001010
Octal 230 335 312
Decimal 152 221 202
Hex 98 DD CA

RGB Percentages of Color #98ddca

%26.43
%38.43
%35.13

CMYK Percentages of Color #98ddca

%31
%0
%9
%13

Triadic Colors of #98ddca

#98ddca #ca98dd #ddca98

Analogous Colors of #98ddca

#98ddca #98cedd #98dda8

Monochromatic Colors of #98ddca

#98ddca

Complementary Color

#98ddca #dd98ab

#98ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ddca Color CSS Codes

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

#98ddca Text Font Color

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

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


#98ddca Background Color

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

This div background color is #98ddca


#98ddca Border Color

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

This div border color is #98ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ddca

#98ddca Color Palettes


Comments

No comments written yet.

Please login to write comment.