Color Hex Logo

#86eeee Color Hex

#86EEEE
(134,238,238)
0 Favorites   0 Comments

Color spaces of #86eeee

RGB 134238238
HSL0.500.750.73
HSV180°44°93°
CMYK 0.440.000.00   0.07
XYZ55.838772.390591.9187
Yxy72.39050.25360.3288
Hunter Lab85.0826-31.7471-4.4959
CIE-Lab88.1562-30.1856-9.4418

#86eeee color RGB value is (134,238,238).

#86eeee hex color red value is 134, green value is 238 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #86eeee hue: 0.50 , saturation: 0.75 and the lightness value of 86eeee is 0.73.

The process color (four color CMYK) of #86eeee color hex is 0.44, 0.00, 0.00, 0.07. Web safe color of #86eeee is #99ffff. Color #86eeee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101110 11101110
Octal 206 356 356
Decimal 134 238 238
Hex 86 EE EE

RGB Percentages of Color #86eeee

%21.97
%39.02
%39.02

CMYK Percentages of Color #86eeee

%44
%0
%0
%7

Triadic Colors of #86eeee

#86eeee #ee86ee #eeee86

Analogous Colors of #86eeee

#86eeee #86baee #86eeba

Monochromatic Colors of #86eeee

#86eeee

Complementary Color

#86eeee #ee8686

#86eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#86eeee Color CSS Codes

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

#86eeee Text Font Color

<p style="color:#86eeee">Text here</p>

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


#86eeee Background Color

<div style="background-color:#86eeee">
Div content here</div>

This div background color is #86eeee


#86eeee Border Color

<div style="border:3px solid #86eeee">
Div here</div>

This div border color is #86eeee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,238,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86eeee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86eeee;
  -webkit-box-shadow: 1px 1px 3px 2px #86eeee;
  box-shadow:         1px 1px 3px 2px #86eeee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86eeee


Comments

No comments written yet.

Please login to write comment.