Color Hex Logo

#98cbea Color Hex

#98CBEA
(152,203,234)
0 Favorites   0 Comments

Color spaces of #98cbea

RGB 152203234
HSL0.560.660.76
HSV203°35°92°
CMYK 0.350.130.00   0.08
XYZ49.156155.327885.9304
Yxy55.32780.25820.2906
Hunter Lab74.3827-12.2072-16.4268
CIE-Lab79.2297-9.1293-20.6351

#98cbea color RGB value is (152,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001011 11101010
Octal 230 313 352
Decimal 152 203 234
Hex 98 CB EA

RGB Percentages of Color #98cbea

%25.81
%34.47
%39.73

CMYK Percentages of Color #98cbea

%35
%13
%0
%8

Triadic Colors of #98cbea

#98cbea #ea98cb #cbea98

Analogous Colors of #98cbea

#98cbea #98a2ea #98eae0

Monochromatic Colors of #98cbea

#98cbea

Complementary Color

#98cbea #eab798

#98cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cbea Color CSS Codes

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

#98cbea Text Font Color

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

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


#98cbea Background Color

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

This div background color is #98cbea


#98cbea Border Color

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

This div border color is #98cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cbea


Comments

No comments written yet.

Please login to write comment.