Color Hex Logo

#9dbec1 Color Hex

#9DBEC1
(157,190,193)
0 Favorites   0 Comments

Color spaces of #9dbec1

RGB 157190193
HSL0.510.230.69
HSV185°19°76°
CMYK 0.190.020.00   0.24
XYZ41.943747.845357.4765
Yxy47.84530.28480.3249
Hunter Lab69.1703-12.8086-0.8473
CIE-Lab74.7273-10.3980-5.2104

#9dbec1 color RGB value is (157,190,193).

#9dbec1 hex color red value is 157, green value is 190 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #9dbec1 hue: 0.51 , saturation: 0.23 and the lightness value of 9dbec1 is 0.69.

The process color (four color CMYK) of #9dbec1 color hex is 0.19, 0.02, 0.00, 0.24. Web safe color of #9dbec1 is #99cccc. Color #9dbec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111110 11000001
Octal 235 276 301
Decimal 157 190 193
Hex 9D BE C1

RGB Percentages of Color #9dbec1

%29.07
%35.19
%35.74

CMYK Percentages of Color #9dbec1

%19
%2
%0
%24

Triadic Colors of #9dbec1

#9dbec1 #c19dbe #bec19d

Analogous Colors of #9dbec1

#9dbec1 #9dacc1 #9dc1b2

Monochromatic Colors of #9dbec1

#9dbec1

Complementary Color

#9dbec1 #c1a09d

#9dbec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbec1 Color CSS Codes

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

#9dbec1 Text Font Color

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

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


#9dbec1 Background Color

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

This div background color is #9dbec1


#9dbec1 Border Color

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

This div border color is #9dbec1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,190,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbec1


Comments

No comments written yet.

Please login to write comment.