Color Hex Logo

#98dcee Color Hex

#98DCEE
(152,220,238)
0 Favorites   0 Comments

Color spaces of #98dcee

RGB 152220238
HSL0.530.720.76
HSV193°36°93°
CMYK 0.360.080.00   0.07
XYZ53.974764.034890.4041
Yxy64.03480.25900.3072
Hunter Lab80.0217-19.6397-10.9673
CIE-Lab83.9839-16.9139-15.5916

#98dcee color RGB value is (152,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 11101110
Octal 230 334 356
Decimal 152 220 238
Hex 98 DC EE

RGB Percentages of Color #98dcee

%24.92
%36.07
%39.02

CMYK Percentages of Color #98dcee

%36
%8
%0
%7

Triadic Colors of #98dcee

#98dcee #ee98dc #dcee98

Analogous Colors of #98dcee

#98dcee #98b1ee #98eed5

Monochromatic Colors of #98dcee

#98dcee

Complementary Color

#98dcee #eeaa98

#98dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dcee Color CSS Codes

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

#98dcee Text Font Color

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

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


#98dcee Background Color

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

This div background color is #98dcee


#98dcee Border Color

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

This div border color is #98dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dcee


Comments

No comments written yet.

Please login to write comment.