Color Hex Logo

#98ccee Color Hex

#98CCEE
(152,204,238)
0 Favorites   0 Comments

Color spaces of #98ccee

RGB 152204238
HSL0.570.720.76
HSV204°36°93°
CMYK 0.360.140.00   0.07
XYZ49.974456.034289.0707
Yxy56.03420.25620.2872
Hunter Lab74.8560-11.8301-18.1496
CIE-Lab79.6333-8.6540-22.1638

#98ccee color RGB value is (152,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001100 11101110
Octal 230 314 356
Decimal 152 204 238
Hex 98 CC EE

RGB Percentages of Color #98ccee

%25.59
%34.34
%40.07

CMYK Percentages of Color #98ccee

%36
%14
%0
%7

Triadic Colors of #98ccee

#98ccee #ee98cc #ccee98

Analogous Colors of #98ccee

#98ccee #98a1ee #98eee5

Monochromatic Colors of #98ccee

#98ccee

Complementary Color

#98ccee #eeba98

#98ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ccee Color CSS Codes

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

#98ccee Text Font Color

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

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


#98ccee Background Color

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

This div background color is #98ccee


#98ccee Border Color

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

This div border color is #98ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ccee


Comments

No comments written yet.

Please login to write comment.