Color Hex Logo

#8ccbd5 Color Hex

#8CCBD5
(140,203,213)
0 Favorites   0 Comments

Color spaces of #8ccbd5

RGB 140203213
HSL0.520.460.69
HSV188°34°84°
CMYK 0.340.050.00   0.16
XYZ44.181453.091470.8699
Yxy53.09140.26280.3158
Hunter Lab72.8638-19.2773-6.6628
CIE-Lab77.9289-17.5457-11.3796

#8ccbd5 color RGB value is (140,203,213).

#8ccbd5 hex color red value is 140, green value is 203 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #8ccbd5 hue: 0.52 , saturation: 0.46 and the lightness value of 8ccbd5 is 0.69.

The process color (four color CMYK) of #8ccbd5 color hex is 0.34, 0.05, 0.00, 0.16. Web safe color of #8ccbd5 is #99cccc. Color #8ccbd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 11010101
Octal 214 313 325
Decimal 140 203 213
Hex 8C CB D5

RGB Percentages of Color #8ccbd5

%25.18
%36.51
%38.31

CMYK Percentages of Color #8ccbd5

%34
%5
%0
%16

Triadic Colors of #8ccbd5

#8ccbd5 #d58ccb #cbd58c

Analogous Colors of #8ccbd5

#8ccbd5 #8ca7d5 #8cd5bb

Monochromatic Colors of #8ccbd5

#8ccbd5

Complementary Color

#8ccbd5 #d5968c

#8ccbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbd5 Color CSS Codes

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

#8ccbd5 Text Font Color

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

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


#8ccbd5 Background Color

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

This div background color is #8ccbd5


#8ccbd5 Border Color

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

This div border color is #8ccbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbd5


Comments

No comments written yet.

Please login to write comment.