Color Hex Logo

#98ccdd Color Hex

#98CCDD
(152,204,221)
0 Favorites   0 Comments

Color spaces of #98ccdd

RGB 152204221
HSL0.540.500.73
HSV195°31°87°
CMYK 0.310.080.00   0.13
XYZ47.592955.081676.5300
Yxy55.08160.26560.3074
Hunter Lab74.2170-15.4136-9.1859
CIE-Lab79.0882-12.8198-13.8775

#98ccdd color RGB value is (152,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001100 11011101
Octal 230 314 335
Decimal 152 204 221
Hex 98 CC DD

RGB Percentages of Color #98ccdd

%26.34
%35.36
%38.30

CMYK Percentages of Color #98ccdd

%31
%8
%0
%13

Triadic Colors of #98ccdd

#98ccdd #dd98cc #ccdd98

Analogous Colors of #98ccdd

#98ccdd #98aadd #98ddcc

Monochromatic Colors of #98ccdd

#98ccdd

Complementary Color

#98ccdd #dda998

#98ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ccdd Color CSS Codes

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

#98ccdd Text Font Color

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

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


#98ccdd Background Color

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

This div background color is #98ccdd


#98ccdd Border Color

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

This div border color is #98ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ccdd


Comments

No comments written yet.

Please login to write comment.