Color Hex Logo

#8bcbd4 Color Hex

#8BCBD4
(139,203,212)
0 Favorites   0 Comments

Color spaces of #8bcbd4

RGB 139203212
HSL0.520.460.69
HSV187°34°83°
CMYK 0.340.040.00   0.17
XYZ43.887152.954370.1955
Yxy52.95430.26270.3170
Hunter Lab72.7697-19.6944-6.2538
CIE-Lab77.8480-18.0588-10.9676

#8bcbd4 color RGB value is (139,203,212).

#8bcbd4 hex color red value is 139, green value is 203 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #8bcbd4 hue: 0.52 , saturation: 0.46 and the lightness value of 8bcbd4 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001011 11010100
Octal 213 313 324
Decimal 139 203 212
Hex 8B CB D4

RGB Percentages of Color #8bcbd4

%25.09
%36.64
%38.27

CMYK Percentages of Color #8bcbd4

%34
%4
%0
%17

Triadic Colors of #8bcbd4

#8bcbd4 #d48bcb #cbd48b

Analogous Colors of #8bcbd4

#8bcbd4 #8ba7d4 #8bd4b9

Monochromatic Colors of #8bcbd4

#8bcbd4

Complementary Color

#8bcbd4 #d4948b

#8bcbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcbd4 Color CSS Codes

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

#8bcbd4 Text Font Color

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

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


#8bcbd4 Background Color

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

This div background color is #8bcbd4


#8bcbd4 Border Color

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

This div border color is #8bcbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcbd4


Comments

No comments written yet.

Please login to write comment.