Color Hex Logo

#8cceed Color Hex

#8CCEED
(140,206,237)
0 Favorites   0 Comments

Color spaces of #8cceed

RGB 140206237
HSL0.550.730.74
HSV199°41°93°
CMYK 0.410.130.00   0.07
XYZ48.172655.832588.3585
Yxy55.83250.25040.2902
Hunter Lab74.7211-15.6834-17.8062
CIE-Lab79.5184-13.0683-21.8620

#8cceed color RGB value is (140,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 11101101
Octal 214 316 355
Decimal 140 206 237
Hex 8C CE ED

RGB Percentages of Color #8cceed

%24.01
%35.33
%40.65

CMYK Percentages of Color #8cceed

%41
%13
%0
%7

Triadic Colors of #8cceed

#8cceed #ed8cce #ceed8c

Analogous Colors of #8cceed

#8cceed #8c9eed #8ceddc

Monochromatic Colors of #8cceed

#8cceed

Complementary Color

#8cceed #edab8c

#8cceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cceed Color CSS Codes

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

#8cceed Text Font Color

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

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


#8cceed Background Color

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

This div background color is #8cceed


#8cceed Border Color

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

This div border color is #8cceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cceed


Comments

No comments written yet.

Please login to write comment.