Color Hex Logo

#98d0ec Color Hex

#98D0EC
(152,208,236)
0 Favorites   0 Comments

Color spaces of #98d0ec

RGB 152208236
HSL0.560.690.76
HSV200°36°93°
CMYK 0.360.120.00   0.07
XYZ50.645157.843387.8525
Yxy57.84330.25790.2946
Hunter Lab76.0548-14.2322-15.2488
CIE-Lab80.6516-11.2459-19.5515

#98d0ec color RGB value is (152,208,236).

#98d0ec hex color red value is 152, green value is 208 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #98d0ec hue: 0.56 , saturation: 0.69 and the lightness value of 98d0ec is 0.76.

The process color (four color CMYK) of #98d0ec color hex is 0.36, 0.12, 0.00, 0.07. Web safe color of #98d0ec is #99ccff. Color #98d0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11010000 11101100
Octal 230 320 354
Decimal 152 208 236
Hex 98 D0 EC

RGB Percentages of Color #98d0ec

%25.50
%34.90
%39.60

CMYK Percentages of Color #98d0ec

%36
%12
%0
%7

Triadic Colors of #98d0ec

#98d0ec #ec98d0 #d0ec98

Analogous Colors of #98d0ec

#98d0ec #98a6ec #98ecde

Monochromatic Colors of #98d0ec

#98d0ec

Complementary Color

#98d0ec #ecb498

#98d0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98d0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#98d0ec Color CSS Codes

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

#98d0ec Text Font Color

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

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


#98d0ec Background Color

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

This div background color is #98d0ec


#98d0ec Border Color

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

This div border color is #98d0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98d0ec

#98d0ec Color Palettes


Comments

No comments written yet.

Please login to write comment.