Color Hex Logo

#98ccea Color Hex

#98CCEA
(152,204,234)
0 Favorites   0 Comments

Color spaces of #98ccea

RGB 152204234
HSL0.560.660.76
HSV202°35°92°
CMYK 0.350.130.00   0.08
XYZ49.393055.801686.0094
Yxy55.80160.25830.2918
Hunter Lab74.7005-12.6991-15.9756
CIE-Lab79.5008-9.6539-20.2244

#98ccea color RGB value is (152,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001100 11101010
Octal 230 314 352
Decimal 152 204 234
Hex 98 CC EA

RGB Percentages of Color #98ccea

%25.76
%34.58
%39.66

CMYK Percentages of Color #98ccea

%35
%13
%0
%8

Triadic Colors of #98ccea

#98ccea #ea98cc #ccea98

Analogous Colors of #98ccea

#98ccea #98a3ea #98eadf

Monochromatic Colors of #98ccea

#98ccea

Complementary Color

#98ccea #eab698

#98ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ccea Color CSS Codes

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

#98ccea Text Font Color

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

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


#98ccea Background Color

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

This div background color is #98ccea


#98ccea Border Color

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

This div border color is #98ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ccea


Comments

No comments written yet.

Please login to write comment.