Color Hex Logo

#98ceed Color Hex

#98CEED
(152,206,237)
0 Favorites   0 Comments

Color spaces of #98ceed

RGB 152206237
HSL0.560.700.76
HSV202°36°93°
CMYK 0.360.130.00   0.07
XYZ50.306356.932488.4584
Yxy56.93240.25710.2909
Hunter Lab75.4536-13.0344-16.6915
CIE-Lab80.1416-9.9534-20.8579

#98ceed color RGB value is (152,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001110 11101101
Octal 230 316 355
Decimal 152 206 237
Hex 98 CE ED

RGB Percentages of Color #98ceed

%25.55
%34.62
%39.83

CMYK Percentages of Color #98ceed

%36
%13
%0
%7

Triadic Colors of #98ceed

#98ceed #ed98ce #ceed98

Analogous Colors of #98ceed

#98ceed #98a4ed #98ede2

Monochromatic Colors of #98ceed

#98ceed

Complementary Color

#98ceed #edb798

#98ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ceed Color CSS Codes

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

#98ceed Text Font Color

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

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


#98ceed Background Color

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

This div background color is #98ceed


#98ceed Border Color

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

This div border color is #98ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ceed


Comments

No comments written yet.

Please login to write comment.