Color Hex Logo

#98cedd Color Hex

#98CEDD
(152,206,221)
0 Favorites   0 Comments

Color spaces of #98cedd

RGB 152206221
HSL0.540.500.73
HSV193°31°87°
CMYK 0.310.070.00   0.13
XYZ48.071356.038576.6895
Yxy56.03850.26590.3099
Hunter Lab74.8589-16.3776-8.3387
CIE-Lab79.6357-13.8537-13.0570

#98cedd color RGB value is (152,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001110 11011101
Octal 230 316 335
Decimal 152 206 221
Hex 98 CE DD

RGB Percentages of Color #98cedd

%26.25
%35.58
%38.17

CMYK Percentages of Color #98cedd

%31
%7
%0
%13

Triadic Colors of #98cedd

#98cedd #dd98ce #cedd98

Analogous Colors of #98cedd

#98cedd #98acdd #98ddca

Monochromatic Colors of #98cedd

#98cedd

Complementary Color

#98cedd #dda798

#98cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cedd Color CSS Codes

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

#98cedd Text Font Color

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

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


#98cedd Background Color

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

This div background color is #98cedd


#98cedd Border Color

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

This div border color is #98cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cedd


Comments

No comments written yet.

Please login to write comment.