Color Hex Logo

#8dbec5 Color Hex

#8DBEC5
(141,190,197)
0 Favorites   0 Comments

Color spaces of #8dbec5

RGB 141190197
HSL0.520.330.66
HSV188°28°77°
CMYK 0.280.040.00   0.23
XYZ39.476046.520859.7221
Yxy46.52080.27090.3193
Hunter Lab68.2062-16.0495-4.1707
CIE-Lab73.8822-14.3723-8.7456

#8dbec5 color RGB value is (141,190,197).

#8dbec5 hex color red value is 141, green value is 190 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8dbec5 hue: 0.52 , saturation: 0.33 and the lightness value of 8dbec5 is 0.66.

The process color (four color CMYK) of #8dbec5 color hex is 0.28, 0.04, 0.00, 0.23. Web safe color of #8dbec5 is #99cccc. Color #8dbec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111110 11000101
Octal 215 276 305
Decimal 141 190 197
Hex 8D BE C5

RGB Percentages of Color #8dbec5

%26.70
%35.98
%37.31

CMYK Percentages of Color #8dbec5

%28
%4
%0
%23

Triadic Colors of #8dbec5

#8dbec5 #c58dbe #bec58d

Analogous Colors of #8dbec5

#8dbec5 #8da2c5 #8dc5b0

Monochromatic Colors of #8dbec5

#8dbec5

Complementary Color

#8dbec5 #c5948d

#8dbec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbec5 Color CSS Codes

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

#8dbec5 Text Font Color

<p style="color:#8dbec5">Text here</p>

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


#8dbec5 Background Color

<div style="background-color:#8dbec5">
Div content here</div>

This div background color is #8dbec5


#8dbec5 Border Color

<div style="border:3px solid #8dbec5">
Div here</div>

This div border color is #8dbec5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,190,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dbec5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dbec5;
  -webkit-box-shadow: 1px 1px 3px 2px #8dbec5;
  box-shadow:         1px 1px 3px 2px #8dbec5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbec5


Comments

No comments written yet.

Please login to write comment.