Color Hex Logo

#98ccdb Color Hex

#98CCDB
(152,204,219)
0 Favorites   0 Comments

Color spaces of #98ccdb

RGB 152204219
HSL0.540.480.73
HSV193°31°86°
CMYK 0.310.070.00   0.14
XYZ47.327954.975675.1347
Yxy54.97560.26670.3098
Hunter Lab74.1455-15.8162-8.1791
CIE-Lab79.0272-13.2950-12.8954

#98ccdb color RGB value is (152,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001100 11011011
Octal 230 314 333
Decimal 152 204 219
Hex 98 CC DB

RGB Percentages of Color #98ccdb

%26.43
%35.48
%38.09

CMYK Percentages of Color #98ccdb

%31
%7
%0
%14

Triadic Colors of #98ccdb

#98ccdb #db98cc #ccdb98

Analogous Colors of #98ccdb

#98ccdb #98abdb #98dbc9

Monochromatic Colors of #98ccdb

#98ccdb

Complementary Color

#98ccdb #dba798

#98ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ccdb Color CSS Codes

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

#98ccdb Text Font Color

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

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


#98ccdb Background Color

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

This div background color is #98ccdb


#98ccdb Border Color

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

This div border color is #98ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ccdb

#98ccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.