Color Hex Logo

#8dcbda Color Hex

#8DCBDA
(141,203,218)
0 Favorites   0 Comments

Color spaces of #8dcbda

RGB 141203218
HSL0.530.510.70
HSV192°35°85°
CMYK 0.350.070.00   0.15
XYZ44.995353.436574.2724
Yxy53.43650.26050.3094
Hunter Lab73.1003-18.0536-9.0705
CIE-Lab78.1320-16.0571-13.7601

#8dcbda color RGB value is (141,203,218).

#8dcbda hex color red value is 141, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8dcbda hue: 0.53 , saturation: 0.51 and the lightness value of 8dcbda is 0.70.

The process color (four color CMYK) of #8dcbda color hex is 0.35, 0.07, 0.00, 0.15. Web safe color of #8dcbda is #99cccc. Color #8dcbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001011 11011010
Octal 215 313 332
Decimal 141 203 218
Hex 8D CB DA

RGB Percentages of Color #8dcbda

%25.09
%36.12
%38.79

CMYK Percentages of Color #8dcbda

%35
%7
%0
%15

Triadic Colors of #8dcbda

#8dcbda #da8dcb #cbda8d

Analogous Colors of #8dcbda

#8dcbda #8da5da #8ddac3

Monochromatic Colors of #8dcbda

#8dcbda

Complementary Color

#8dcbda #da9c8d

#8dcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcbda Color CSS Codes

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

#8dcbda Text Font Color

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

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


#8dcbda Background Color

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

This div background color is #8dcbda


#8dcbda Border Color

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

This div border color is #8dcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcbda


Comments

No comments written yet.

Please login to write comment.