Color Hex Logo

#98cfed Color Hex

#98CFED
(152,207,237)
0 Favorites   0 Comments

Color spaces of #98cfed

RGB 152207237
HSL0.560.700.76
HSV201°36°93°
CMYK 0.360.130.00   0.07
XYZ50.547857.415588.5389
Yxy57.41550.25720.2922
Hunter Lab75.7730-13.5263-16.2378
CIE-Lab80.4127-10.4761-20.4470

#98cfed color RGB value is (152,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001111 11101101
Octal 230 317 355
Decimal 152 207 237
Hex 98 CF ED

RGB Percentages of Color #98cfed

%25.50
%34.73
%39.77

CMYK Percentages of Color #98cfed

%36
%13
%0
%7

Triadic Colors of #98cfed

#98cfed #ed98cf #cfed98

Analogous Colors of #98cfed

#98cfed #98a5ed #98ede1

Monochromatic Colors of #98cfed

#98cfed

Complementary Color

#98cfed #edb698

#98cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cfed Color CSS Codes

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

#98cfed Text Font Color

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

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


#98cfed Background Color

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

This div background color is #98cfed


#98cfed Border Color

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

This div border color is #98cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cfed


Comments

No comments written yet.

Please login to write comment.