Color Hex Logo

#98cfdb Color Hex

#98CFDB
(152,207,219)
0 Favorites   0 Comments

Color spaces of #98cfdb

RGB 152207219
HSL0.530.480.73
HSV191°31°86°
CMYK 0.310.050.00   0.14
XYZ48.047956.415575.3747
Yxy56.41550.26720.3137
Hunter Lab75.1103-17.2568-6.9216
CIE-Lab79.8497-14.8407-11.6652

#98cfdb color RGB value is (152,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001111 11011011
Octal 230 317 333
Decimal 152 207 219
Hex 98 CF DB

RGB Percentages of Color #98cfdb

%26.30
%35.81
%37.89

CMYK Percentages of Color #98cfdb

%31
%5
%0
%14

Triadic Colors of #98cfdb

#98cfdb #db98cf #cfdb98

Analogous Colors of #98cfdb

#98cfdb #98aedb #98dbc6

Monochromatic Colors of #98cfdb

#98cfdb

Complementary Color

#98cfdb #dba498

#98cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cfdb Color CSS Codes

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

#98cfdb Text Font Color

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

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


#98cfdb Background Color

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

This div background color is #98cfdb


#98cfdb Border Color

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

This div border color is #98cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cfdb


Comments

No comments written yet.

Please login to write comment.