Color Hex Logo

#8febed Color Hex

#8FEBED
(143,235,237)
0 Favorites   0 Comments

Color spaces of #8febed

RGB 143235237
HSL0.500.720.75
HSV181°40°93°
CMYK 0.400.010.00   0.07
XYZ56.322171.370790.9282
Yxy71.37070.25760.3265
Hunter Lab84.4812-28.8393-4.6778
CIE-Lab87.6648-26.8624-9.6077

#8febed color RGB value is (143,235,237).

#8febed hex color red value is 143, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8febed hue: 0.50 , saturation: 0.72 and the lightness value of 8febed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101011 11101101
Octal 217 353 355
Decimal 143 235 237
Hex 8F EB ED

RGB Percentages of Color #8febed

%23.25
%38.21
%38.54

CMYK Percentages of Color #8febed

%40
%1
%0
%7

Triadic Colors of #8febed

#8febed #ed8feb #ebed8f

Analogous Colors of #8febed

#8febed #8fbced #8fedc0

Monochromatic Colors of #8febed

#8febed

Complementary Color

#8febed #ed918f

#8febed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8febed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8febed Color CSS Codes

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

#8febed Text Font Color

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

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


#8febed Background Color

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

This div background color is #8febed


#8febed Border Color

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

This div border color is #8febed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,235,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8febed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8febed;
  -webkit-box-shadow: 1px 1px 3px 2px #8febed;
  box-shadow:         1px 1px 3px 2px #8febed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,235,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8febed


Comments

No comments written yet.

Please login to write comment.