Color Hex Logo

#8becea Color Hex

#8BECEA
(139,236,234)
0 Favorites   0 Comments

Color spaces of #8becea

RGB 139236234
HSL0.500.720.74
HSV179°41°93°
CMYK 0.410.000.01   0.07
XYZ55.494271.420488.7026
Yxy71.42040.25740.3312
Hunter Lab84.5106-30.6808-3.0736
CIE-Lab87.6889-29.0341-8.0169

#8becea color RGB value is (139,236,234).

#8becea hex color red value is 139, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8becea hue: 0.50 , saturation: 0.72 and the lightness value of 8becea is 0.74.

The process color (four color CMYK) of #8becea color hex is 0.41, 0.00, 0.01, 0.07. Web safe color of #8becea is #99ffff. Color #8becea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101100 11101010
Octal 213 354 352
Decimal 139 236 234
Hex 8B EC EA

RGB Percentages of Color #8becea

%22.82
%38.75
%38.42

CMYK Percentages of Color #8becea

%41
%0
%1
%7

Triadic Colors of #8becea

#8becea #ea8bec #ecea8b

Analogous Colors of #8becea

#8becea #8bbeec #8becba

Monochromatic Colors of #8becea

#8becea

Complementary Color

#8becea #ec8b8d

#8becea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8becea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8becea Color CSS Codes

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

#8becea Text Font Color

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

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


#8becea Background Color

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

This div background color is #8becea


#8becea Border Color

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

This div border color is #8becea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,236,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 #8becea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8becea


Comments

No comments written yet.

Please login to write comment.