Color Hex Logo

#98cbdd Color Hex

#98CBDD
(152,203,221)
0 Favorites   0 Comments

Color spaces of #98cbdd

RGB 152203221
HSL0.540.500.73
HSV196°31°87°
CMYK 0.310.080.00   0.13
XYZ47.356054.607776.4510
Yxy54.60770.26540.3061
Hunter Lab73.8970-14.9303-9.6112
CIE-Lab78.8148-12.3008-14.2878

#98cbdd color RGB value is (152,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001011 11011101
Octal 230 313 335
Decimal 152 203 221
Hex 98 CB DD

RGB Percentages of Color #98cbdd

%26.39
%35.24
%38.37

CMYK Percentages of Color #98cbdd

%31
%8
%0
%13

Triadic Colors of #98cbdd

#98cbdd #dd98cb #cbdd98

Analogous Colors of #98cbdd

#98cbdd #98a9dd #98ddcd

Monochromatic Colors of #98cbdd

#98cbdd

Complementary Color

#98cbdd #ddaa98

#98cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cbdd Color CSS Codes

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

#98cbdd Text Font Color

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

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


#98cbdd Background Color

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

This div background color is #98cbdd


#98cbdd Border Color

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

This div border color is #98cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cbdd


Comments

No comments written yet.

Please login to write comment.