Color Hex Logo

#8bddea Color Hex

#8BDDEA
(139,221,234)
0 Favorites   0 Comments

Color spaces of #8bddea

RGB 139221234
HSL0.520.690.73
HSV188°41°92°
CMYK 0.410.060.00   0.08
XYZ51.355263.142487.3229
Yxy63.14240.25450.3129
Hunter Lab79.4622-23.6970-9.5317
CIE-Lab83.5172-21.7122-14.2358

#8bddea color RGB value is (139,221,234).

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

The process color (four color CMYK) of #8bddea color hex is 0.41, 0.06, 0.00, 0.08. Web safe color of #8bddea is #99ccff. Color #8bddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011101 11101010
Octal 213 335 352
Decimal 139 221 234
Hex 8B DD EA

RGB Percentages of Color #8bddea

%23.40
%37.21
%39.39

CMYK Percentages of Color #8bddea

%41
%6
%0
%8

Triadic Colors of #8bddea

#8bddea #ea8bdd #ddea8b

Analogous Colors of #8bddea

#8bddea #8baeea #8beac8

Monochromatic Colors of #8bddea

#8bddea

Complementary Color

#8bddea #ea988b

#8bddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bddea Color CSS Codes

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

#8bddea Text Font Color

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

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


#8bddea Background Color

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

This div background color is #8bddea


#8bddea Border Color

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

This div border color is #8bddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bddea


Comments

No comments written yet.

Please login to write comment.