Color Hex Logo

#98cfda Color Hex

#98CFDA
(152,207,218)
0 Favorites   0 Comments

Color spaces of #98cfda

RGB 152207218
HSL0.530.470.73
HSV190°30°85°
CMYK 0.300.050.00   0.15
XYZ47.916656.363074.6833
Yxy56.36300.26770.3149
Hunter Lab75.0753-17.4546-6.4277
CIE-Lab79.8200-15.0756-11.1739

#98cfda color RGB value is (152,207,218).

#98cfda hex color red value is 152, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #98cfda hue: 0.53 , saturation: 0.47 and the lightness value of 98cfda is 0.73.

The process color (four color CMYK) of #98cfda color hex is 0.30, 0.05, 0.00, 0.15. Web safe color of #98cfda is #99cccc. Color #98cfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001111 11011010
Octal 230 317 332
Decimal 152 207 218
Hex 98 CF DA

RGB Percentages of Color #98cfda

%26.34
%35.88
%37.78

CMYK Percentages of Color #98cfda

%30
%5
%0
%15

Triadic Colors of #98cfda

#98cfda #da98cf #cfda98

Analogous Colors of #98cfda

#98cfda #98aeda #98dac4

Monochromatic Colors of #98cfda

#98cfda

Complementary Color

#98cfda #daa398

#98cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cfda Color CSS Codes

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

#98cfda Text Font Color

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

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


#98cfda Background Color

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

This div background color is #98cfda


#98cfda Border Color

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

This div border color is #98cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cfda


Comments

No comments written yet.

Please login to write comment.