Color Hex Logo

#8beacf Color Hex

#8BEACF
(139,234,207)
0 Favorites   0 Comments

Color spaces of #8beacf

RGB 139234207
HSL0.450.690.73
HSV163°41°92°
CMYK 0.410.000.12   0.08
XYZ51.332868.839669.6133
Yxy68.83960.27050.3627
Hunter Lab82.9696-34.76008.3332
CIE-Lab86.4246-34.30294.2985

#8beacf color RGB value is (139,234,207).

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

The process color (four color CMYK) of #8beacf color hex is 0.41, 0.00, 0.12, 0.08. Web safe color of #8beacf is #99ffcc. Color #8beacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101010 11001111
Octal 213 352 317
Decimal 139 234 207
Hex 8B EA CF

RGB Percentages of Color #8beacf

%23.97
%40.34
%35.69

CMYK Percentages of Color #8beacf

%41
%0
%12
%8

Triadic Colors of #8beacf

#8beacf #cf8bea #eacf8b

Analogous Colors of #8beacf

#8beacf #8bd6ea #8beaa0

Monochromatic Colors of #8beacf

#8beacf

Complementary Color

#8beacf #ea8ba6

#8beacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beacf Color CSS Codes

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

#8beacf Text Font Color

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

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


#8beacf Background Color

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

This div background color is #8beacf


#8beacf Border Color

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

This div border color is #8beacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beacf

#8beacf Color Palettes


Comments

No comments written yet.

Please login to write comment.