Color Hex Logo

#8beccf Color Hex

#8BECCF
(139,236,207)
0 Favorites   0 Comments

Color spaces of #8beccf

RGB 139236207
HSL0.450.720.74
HSV162°41°93°
CMYK 0.410.000.12   0.07
XYZ51.905469.984969.8042
Yxy69.98490.27080.3651
Hunter Lab83.6570-35.64859.0877
CIE-Lab86.9895-35.22945.1151

#8beccf color RGB value is (139,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101100 11001111
Octal 213 354 317
Decimal 139 236 207
Hex 8B EC CF

RGB Percentages of Color #8beccf

%23.88
%40.55
%35.57

CMYK Percentages of Color #8beccf

%41
%0
%12
%7

Triadic Colors of #8beccf

#8beccf #cf8bec #eccf8b

Analogous Colors of #8beccf

#8beccf #8bd9ec #8bec9f

Monochromatic Colors of #8beccf

#8beccf

Complementary Color

#8beccf #ec8ba8

#8beccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beccf Color CSS Codes

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

#8beccf Text Font Color

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

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


#8beccf Background Color

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

This div background color is #8beccf


#8beccf Border Color

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

This div border color is #8beccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beccf


Comments

No comments written yet.

Please login to write comment.