Color Hex Logo

#86ceed Color Hex

#86CEED
(134,206,237)
0 Favorites   0 Comments

Color spaces of #86ceed

RGB 134206237
HSL0.550.740.73
HSV198°43°93°
CMYK 0.430.130.00   0.07
XYZ47.188955.325488.3125
Yxy55.32540.24730.2899
Hunter Lab74.3810-16.9227-18.3282
CIE-Lab79.2283-14.5503-22.3298

#86ceed color RGB value is (134,206,237).

#86ceed hex color red value is 134, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #86ceed hue: 0.55 , saturation: 0.74 and the lightness value of 86ceed is 0.73.

The process color (four color CMYK) of #86ceed color hex is 0.43, 0.13, 0.00, 0.07. Web safe color of #86ceed is #99ccff. Color #86ceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001110 11101101
Octal 206 316 355
Decimal 134 206 237
Hex 86 CE ED

RGB Percentages of Color #86ceed

%23.22
%35.70
%41.07

CMYK Percentages of Color #86ceed

%43
%13
%0
%7

Triadic Colors of #86ceed

#86ceed #ed86ce #ceed86

Analogous Colors of #86ceed

#86ceed #869bed #86edd9

Monochromatic Colors of #86ceed

#86ceed

Complementary Color

#86ceed #eda586

#86ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ceed Color CSS Codes

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

#86ceed Text Font Color

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

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


#86ceed Background Color

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

This div background color is #86ceed


#86ceed Border Color

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

This div border color is #86ceed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,206,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 #86ceed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ceed


Comments

No comments written yet.

Please login to write comment.