Color Hex Logo

#98cacd Color Hex

#98CACD
(152,202,205)
1 Favorites   0 Comments

Color spaces of #98cacd

RGB 152202205
HSL0.510.350.70
HSV183°26°80°
CMYK 0.260.010.00   0.20
XYZ45.088953.324265.6738
Yxy53.32420.27480.3250
Hunter Lab73.0234-17.5747-2.2062
CIE-Lab78.0660-15.5027-6.7993

#98cacd color RGB value is (152,202,205).

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

The process color (four color CMYK) of #98cacd color hex is 0.26, 0.01, 0.00, 0.20. Web safe color of #98cacd is #99cccc. Color #98cacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001010 11001101
Octal 230 312 315
Decimal 152 202 205
Hex 98 CA CD

RGB Percentages of Color #98cacd

%27.19
%36.14
%36.67

CMYK Percentages of Color #98cacd

%26
%1
%0
%20

Triadic Colors of #98cacd

#98cacd #cd98ca #cacd98

Analogous Colors of #98cacd

#98cacd #98b0cd #98cdb6

Monochromatic Colors of #98cacd

#98cacd

Complementary Color

#98cacd #cd9b98

#98cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cacd Color CSS Codes

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

#98cacd Text Font Color

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

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


#98cacd Background Color

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

This div background color is #98cacd


#98cacd Border Color

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

This div border color is #98cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cacd


Comments

No comments written yet.

Please login to write comment.