Color Hex Logo

#98cddc Color Hex

#98CDDC
(152,205,220)
0 Favorites   0 Comments

Color spaces of #98cddc

RGB 152205220
HSL0.540.490.73
HSV193°31°86°
CMYK 0.310.070.00   0.14
XYZ47.698555.505475.9098
Yxy55.50540.26630.3099
Hunter Lab74.5019-16.0971-8.2590
CIE-Lab79.3315-13.5748-12.9764

#98cddc color RGB value is (152,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001101 11011100
Octal 230 315 334
Decimal 152 205 220
Hex 98 CD DC

RGB Percentages of Color #98cddc

%26.34
%35.53
%38.13

CMYK Percentages of Color #98cddc

%31
%7
%0
%14

Triadic Colors of #98cddc

#98cddc #dc98cd #cddc98

Analogous Colors of #98cddc

#98cddc #98abdc #98dcc9

Monochromatic Colors of #98cddc

#98cddc

Complementary Color

#98cddc #dca798

#98cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cddc Color CSS Codes

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

#98cddc Text Font Color

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

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


#98cddc Background Color

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

This div background color is #98cddc


#98cddc Border Color

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

This div border color is #98cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cddc


Comments

No comments written yet.

Please login to write comment.