Color Hex Logo

#8ccdee Color Hex

#8CCDEE
(140,205,238)
0 Favorites   0 Comments

Color spaces of #8ccdee

RGB 140205238
HSL0.560.740.74
HSV200°41°93°
CMYK 0.410.140.00   0.07
XYZ48.079255.411189.0503
Yxy55.41110.24970.2878
Hunter Lab74.4386-14.9762-18.8211
CIE-Lab79.2775-12.2877-22.7630

#8ccdee color RGB value is (140,205,238).

#8ccdee hex color red value is 140, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8ccdee hue: 0.56 , saturation: 0.74 and the lightness value of 8ccdee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 11101110
Octal 214 315 356
Decimal 140 205 238
Hex 8C CD EE

RGB Percentages of Color #8ccdee

%24.01
%35.16
%40.82

CMYK Percentages of Color #8ccdee

%41
%14
%0
%7

Triadic Colors of #8ccdee

#8ccdee #ee8ccd #cdee8c

Analogous Colors of #8ccdee

#8ccdee #8c9cee #8ceede

Monochromatic Colors of #8ccdee

#8ccdee

Complementary Color

#8ccdee #eead8c

#8ccdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdee Color CSS Codes

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

#8ccdee Text Font Color

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

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


#8ccdee Background Color

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

This div background color is #8ccdee


#8ccdee Border Color

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

This div border color is #8ccdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdee


Comments

No comments written yet.

Please login to write comment.