Color Hex Logo

#8ebccf Color Hex

#8EBCCF
(142,188,207)
0 Favorites   0 Comments

Color spaces of #8ebccf

RGB 142188207
HSL0.550.400.68
HSV198°31°81°
CMYK 0.310.090.00   0.19
XYZ40.401046.222265.8239
Yxy46.22220.26500.3032
Hunter Lab67.9869-12.9041-9.8128
CIE-Lab73.6895-10.6503-14.4737

#8ebccf color RGB value is (142,188,207).

#8ebccf hex color red value is 142, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8ebccf hue: 0.55 , saturation: 0.40 and the lightness value of 8ebccf is 0.68.

The process color (four color CMYK) of #8ebccf color hex is 0.31, 0.09, 0.00, 0.19. Web safe color of #8ebccf is #99cccc. Color #8ebccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 11001111
Octal 216 274 317
Decimal 142 188 207
Hex 8E BC CF

RGB Percentages of Color #8ebccf

%26.44
%35.01
%38.55

CMYK Percentages of Color #8ebccf

%31
%9
%0
%19

Triadic Colors of #8ebccf

#8ebccf #cf8ebc #bccf8e

Analogous Colors of #8ebccf

#8ebccf #8e9ccf #8ecfc2

Monochromatic Colors of #8ebccf

#8ebccf

Complementary Color

#8ebccf #cfa18e

#8ebccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebccf Color CSS Codes

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

#8ebccf Text Font Color

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

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


#8ebccf Background Color

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

This div background color is #8ebccf


#8ebccf Border Color

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

This div border color is #8ebccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebccf


Comments

No comments written yet.

Please login to write comment.