Color Hex Logo

#9dcfdb Color Hex

#9DCFDB
(157,207,219)
0 Favorites   0 Comments

Color spaces of #9dcfdb

RGB 157207219
HSL0.530.460.74
HSV192°28°86°
CMYK 0.280.050.00   0.14
XYZ49.003656.908275.4195
Yxy56.90820.27020.3138
Hunter Lab75.4375-16.0635-6.4696
CIE-Lab80.1279-13.4164-11.2206

#9dcfdb color RGB value is (157,207,219).

#9dcfdb hex color red value is 157, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9dcfdb hue: 0.53 , saturation: 0.46 and the lightness value of 9dcfdb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001111 11011011
Octal 235 317 333
Decimal 157 207 219
Hex 9D CF DB

RGB Percentages of Color #9dcfdb

%26.93
%35.51
%37.56

CMYK Percentages of Color #9dcfdb

%28
%5
%0
%14

Triadic Colors of #9dcfdb

#9dcfdb #db9dcf #cfdb9d

Analogous Colors of #9dcfdb

#9dcfdb #9db0db #9ddbc8

Monochromatic Colors of #9dcfdb

#9dcfdb

Complementary Color

#9dcfdb #dba99d

#9dcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcfdb Color CSS Codes

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

#9dcfdb Text Font Color

<p style="color:#9dcfdb">Text here</p>

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


#9dcfdb Background Color

<div style="background-color:#9dcfdb">
Div content here</div>

This div background color is #9dcfdb


#9dcfdb Border Color

<div style="border:3px solid #9dcfdb">
Div here</div>

This div border color is #9dcfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,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 #9dcfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcfdb


Comments

No comments written yet.

Please login to write comment.