Color Hex Logo

#8dbee4 Color Hex

#8DBEE4
(141,190,228)
0 Favorites   0 Comments

Color spaces of #8dbee4

RGB 141190228
HSL0.570.620.72
HSV206°38°89°
CMYK 0.380.170.00   0.11
XYZ43.401648.091180.3938
Yxy48.09110.25250.2798
Hunter Lab69.3477-9.6435-20.1906
CIE-Lab74.8824-6.7062-24.0726

#8dbee4 color RGB value is (141,190,228).

#8dbee4 hex color red value is 141, green value is 190 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #8dbee4 hue: 0.57 , saturation: 0.62 and the lightness value of 8dbee4 is 0.72.

The process color (four color CMYK) of #8dbee4 color hex is 0.38, 0.17, 0.00, 0.11. Web safe color of #8dbee4 is #99cccc. Color #8dbee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111110 11100100
Octal 215 276 344
Decimal 141 190 228
Hex 8D BE E4

RGB Percentages of Color #8dbee4

%25.22
%33.99
%40.79

CMYK Percentages of Color #8dbee4

%38
%17
%0
%11

Triadic Colors of #8dbee4

#8dbee4 #e48dbe #bee48d

Analogous Colors of #8dbee4

#8dbee4 #8d93e4 #8de4df

Monochromatic Colors of #8dbee4

#8dbee4

Complementary Color

#8dbee4 #e4b38d

#8dbee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbee4 Color CSS Codes

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

#8dbee4 Text Font Color

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

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


#8dbee4 Background Color

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

This div background color is #8dbee4


#8dbee4 Border Color

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

This div border color is #8dbee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbee4


Comments

No comments written yet.

Please login to write comment.