Color Hex Logo

#98bfdf Color Hex

#98BFDF
(152,191,223)
0 Favorites   0 Comments

Color spaces of #98bfdf

RGB 152191223
HSL0.580.530.74
HSV207°32°87°
CMYK 0.320.140.00   0.13
XYZ44.899049.264776.9546
Yxy49.26470.26240.2879
Hunter Lab70.1888-8.6460-15.8730
CIE-Lab75.6157-5.4892-20.1928

#98bfdf color RGB value is (152,191,223).

#98bfdf hex color red value is 152, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #98bfdf hue: 0.58 , saturation: 0.53 and the lightness value of 98bfdf is 0.74.

The process color (four color CMYK) of #98bfdf color hex is 0.32, 0.14, 0.00, 0.13. Web safe color of #98bfdf is #99cccc. Color #98bfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111111 11011111
Octal 230 277 337
Decimal 152 191 223
Hex 98 BF DF

RGB Percentages of Color #98bfdf

%26.86
%33.75
%39.40

CMYK Percentages of Color #98bfdf

%32
%14
%0
%13

Triadic Colors of #98bfdf

#98bfdf #df98bf #bfdf98

Analogous Colors of #98bfdf

#98bfdf #989cdf #98dfdc

Monochromatic Colors of #98bfdf

#98bfdf

Complementary Color

#98bfdf #dfb898

#98bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bfdf Color CSS Codes

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

#98bfdf Text Font Color

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

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


#98bfdf Background Color

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

This div background color is #98bfdf


#98bfdf Border Color

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

This div border color is #98bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bfdf


Comments

No comments written yet.

Please login to write comment.