Color Hex Logo

#8db0c4 Color Hex

#8DB0C4
(141,176,196)
0 Favorites   0 Comments

Color spaces of #8db0c4

RGB 141176196
HSL0.560.320.66
HSV202°28°77°
CMYK 0.280.100.00   0.23
XYZ36.473640.698958.1579
Yxy40.69890.26950.3007
Hunter Lab63.7957-9.5895-9.3934
CIE-Lab69.9644-7.1935-14.0584

#8db0c4 color RGB value is (141,176,196).

#8db0c4 hex color red value is 141, green value is 176 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #8db0c4 hue: 0.56 , saturation: 0.32 and the lightness value of 8db0c4 is 0.66.

The process color (four color CMYK) of #8db0c4 color hex is 0.28, 0.10, 0.00, 0.23. Web safe color of #8db0c4 is #9999cc. Color #8db0c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110000 11000100
Octal 215 260 304
Decimal 141 176 196
Hex 8D B0 C4

RGB Percentages of Color #8db0c4

%27.49
%34.31
%38.21

CMYK Percentages of Color #8db0c4

%28
%10
%0
%23

Triadic Colors of #8db0c4

#8db0c4 #c48db0 #b0c48d

Analogous Colors of #8db0c4

#8db0c4 #8d95c4 #8dc4bd

Monochromatic Colors of #8db0c4

#8db0c4

Complementary Color

#8db0c4 #c4a18d

#8db0c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db0c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db0c4 Color CSS Codes

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

#8db0c4 Text Font Color

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

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


#8db0c4 Background Color

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

This div background color is #8db0c4


#8db0c4 Border Color

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

This div border color is #8db0c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db0c4


Comments

No comments written yet.

Please login to write comment.