Color Hex Logo

#98eaeb Color Hex

#98EAEB
(152,234,235)
0 Favorites   0 Comments

Color spaces of #98eaeb

RGB 152234235
HSL0.500.670.76
HSV181°35°92°
CMYK 0.350.000.00   0.08
XYZ57.367171.519289.3783
Yxy71.51920.26280.3277
Hunter Lab84.5690-26.9109-3.4634
CIE-Lab87.7366-24.5907-8.4076

#98eaeb color RGB value is (152,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101010 11101011
Octal 230 352 353
Decimal 152 234 235
Hex 98 EA EB

RGB Percentages of Color #98eaeb

%24.48
%37.68
%37.84

CMYK Percentages of Color #98eaeb

%35
%0
%0
%8

Triadic Colors of #98eaeb

#98eaeb #eb98ea #eaeb98

Analogous Colors of #98eaeb

#98eaeb #98c1eb #98ebc3

Monochromatic Colors of #98eaeb

#98eaeb

Complementary Color

#98eaeb #eb9998

#98eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eaeb Color CSS Codes

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

#98eaeb Text Font Color

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

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


#98eaeb Background Color

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

This div background color is #98eaeb


#98eaeb Border Color

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

This div border color is #98eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eaeb


Comments

No comments written yet.

Please login to write comment.