Color Hex Logo

#98ccda Color Hex

#98CCDA
(152,204,218)
0 Favorites   0 Comments

Color spaces of #98ccda

RGB 152204218
HSL0.540.470.73
HSV193°30°85°
CMYK 0.300.060.00   0.15
XYZ47.196654.923174.4434
Yxy54.92310.26730.3111
Hunter Lab74.1101-16.0160-7.6795
CIE-Lab78.9970-13.5314-12.4038

#98ccda color RGB value is (152,204,218).

#98ccda hex color red value is 152, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #98ccda hue: 0.54 , saturation: 0.47 and the lightness value of 98ccda is 0.73.

The process color (four color CMYK) of #98ccda color hex is 0.30, 0.06, 0.00, 0.15. Web safe color of #98ccda is #99cccc. Color #98ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001100 11011010
Octal 230 314 332
Decimal 152 204 218
Hex 98 CC DA

RGB Percentages of Color #98ccda

%26.48
%35.54
%37.98

CMYK Percentages of Color #98ccda

%30
%6
%0
%15

Triadic Colors of #98ccda

#98ccda #da98cc #ccda98

Analogous Colors of #98ccda

#98ccda #98abda #98dac7

Monochromatic Colors of #98ccda

#98ccda

Complementary Color

#98ccda #daa698

#98ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ccda Color CSS Codes

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

#98ccda Text Font Color

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

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


#98ccda Background Color

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

This div background color is #98ccda


#98ccda Border Color

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

This div border color is #98ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ccda


Comments

No comments written yet.

Please login to write comment.