Color Hex Logo

#98adcd Color Hex

#98ADCD
(152,173,205)
0 Favorites   0 Comments

Color spaces of #98adcd

RGB 152173205
HSL0.600.350.70
HSV216°26°80°
CMYK 0.260.160.00   0.20
XYZ38.911940.970363.6148
Yxy40.97030.27120.2855
Hunter Lab64.0080-3.5000-14.1201
CIE-Lab70.1551-0.0927-18.6540

#98adcd color RGB value is (152,173,205).

#98adcd hex color red value is 152, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #98adcd hue: 0.60 , saturation: 0.35 and the lightness value of 98adcd is 0.70.

The process color (four color CMYK) of #98adcd color hex is 0.26, 0.16, 0.00, 0.20. Web safe color of #98adcd is #9999cc. Color #98adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101101 11001101
Octal 230 255 315
Decimal 152 173 205
Hex 98 AD CD

RGB Percentages of Color #98adcd

%28.68
%32.64
%38.68

CMYK Percentages of Color #98adcd

%26
%16
%0
%20

Triadic Colors of #98adcd

#98adcd #cd98ad #adcd98

Analogous Colors of #98adcd

#98adcd #9e98cd #98c8cd

Monochromatic Colors of #98adcd

#98adcd

Complementary Color

#98adcd #cdb898

#98adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98adcd Color CSS Codes

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

#98adcd Text Font Color

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

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


#98adcd Background Color

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

This div background color is #98adcd


#98adcd Border Color

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

This div border color is #98adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98adcd


Comments

No comments written yet.

Please login to write comment.