Color Hex Logo

#8bdce3 Color Hex

#8BDCE3
(139,220,227)
0 Favorites   0 Comments

Color spaces of #8bdce3

RGB 139220227
HSL0.510.610.72
HSV185°39°89°
CMYK 0.390.030.00   0.11
XYZ50.105862.221482.0421
Yxy62.22140.25780.3201
Hunter Lab78.8805-24.6558-6.4500
CIE-Lab83.0310-22.9460-11.2502

#8bdce3 color RGB value is (139,220,227).

#8bdce3 hex color red value is 139, green value is 220 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #8bdce3 hue: 0.51 , saturation: 0.61 and the lightness value of 8bdce3 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 11100011
Octal 213 334 343
Decimal 139 220 227
Hex 8B DC E3

RGB Percentages of Color #8bdce3

%23.72
%37.54
%38.74

CMYK Percentages of Color #8bdce3

%39
%3
%0
%11

Triadic Colors of #8bdce3

#8bdce3 #e38bdc #dce38b

Analogous Colors of #8bdce3

#8bdce3 #8bb0e3 #8be3be

Monochromatic Colors of #8bdce3

#8bdce3

Complementary Color

#8bdce3 #e3928b

#8bdce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdce3 Color CSS Codes

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

#8bdce3 Text Font Color

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

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


#8bdce3 Background Color

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

This div background color is #8bdce3


#8bdce3 Border Color

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

This div border color is #8bdce3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,220,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bdce3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bdce3;
  -webkit-box-shadow: 1px 1px 3px 2px #8bdce3;
  box-shadow:         1px 1px 3px 2px #8bdce3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,220,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdce3


Comments

No comments written yet.

Please login to write comment.