Color Hex Logo

#98cedc Color Hex

#98CEDC
(152,206,220)
0 Favorites   0 Comments

Color spaces of #98cedc

RGB 152206220
HSL0.530.490.73
HSV192°31°86°
CMYK 0.310.060.00   0.14
XYZ47.938555.985375.9898
Yxy55.98530.26650.3112
Hunter Lab74.8233-16.5778-7.8380
CIE-Lab79.6055-14.0904-12.5663

#98cedc color RGB value is (152,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001110 11011100
Octal 230 316 334
Decimal 152 206 220
Hex 98 CE DC

RGB Percentages of Color #98cedc

%26.30
%35.64
%38.06

CMYK Percentages of Color #98cedc

%31
%6
%0
%14

Triadic Colors of #98cedc

#98cedc #dc98ce #cedc98

Analogous Colors of #98cedc

#98cedc #98acdc #98dcc8

Monochromatic Colors of #98cedc

#98cedc

Complementary Color

#98cedc #dca698

#98cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cedc Color CSS Codes

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

#98cedc Text Font Color

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

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


#98cedc Background Color

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

This div background color is #98cedc


#98cedc Border Color

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

This div border color is #98cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cedc


Comments

No comments written yet.

Please login to write comment.