Color Hex Logo

#98cded Color Hex

#98CDED
(152,205,237)
0 Favorites   0 Comments

Color spaces of #98cded

RGB 152205237
HSL0.560.700.76
HSV203°36°93°
CMYK 0.360.140.00   0.07
XYZ50.066356.452588.3784
Yxy56.45250.25690.2897
Hunter Lab75.1349-12.5422-17.1462
CIE-Lab79.8707-9.4300-21.2687

#98cded color RGB value is (152,205,237).

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

The process color (four color CMYK) of #98cded color hex is 0.36, 0.14, 0.00, 0.07. Web safe color of #98cded is #99ccff. Color #98cded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001101 11101101
Octal 230 315 355
Decimal 152 205 237
Hex 98 CD ED

RGB Percentages of Color #98cded

%25.59
%34.51
%39.90

CMYK Percentages of Color #98cded

%36
%14
%0
%7

Triadic Colors of #98cded

#98cded #ed98cd #cded98

Analogous Colors of #98cded

#98cded #98a3ed #98ede3

Monochromatic Colors of #98cded

#98cded

Complementary Color

#98cded #edb898

#98cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cded Color CSS Codes

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

#98cded Text Font Color

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

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


#98cded Background Color

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

This div background color is #98cded


#98cded Border Color

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

This div border color is #98cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cded


Comments

No comments written yet.

Please login to write comment.