Color Hex Logo

#8dbccf Color Hex

#8DBCCF
(141,188,207)
0 Favorites   0 Comments

Color spaces of #8dbccf

RGB 141188207
HSL0.550.410.68
HSV197°32°81°
CMYK 0.320.090.00   0.19
XYZ40.230246.134265.8159
Yxy46.13420.26440.3032
Hunter Lab67.9222-13.1385-9.9059
CIE-Lab73.6325-10.9353-14.5650

#8dbccf color RGB value is (141,188,207).

#8dbccf hex color red value is 141, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8dbccf hue: 0.55 , saturation: 0.41 and the lightness value of 8dbccf is 0.68.

The process color (four color CMYK) of #8dbccf color hex is 0.32, 0.09, 0.00, 0.19. Web safe color of #8dbccf is #99cccc. Color #8dbccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111100 11001111
Octal 215 274 317
Decimal 141 188 207
Hex 8D BC CF

RGB Percentages of Color #8dbccf

%26.31
%35.07
%38.62

CMYK Percentages of Color #8dbccf

%32
%9
%0
%19

Triadic Colors of #8dbccf

#8dbccf #cf8dbc #bccf8d

Analogous Colors of #8dbccf

#8dbccf #8d9bcf #8dcfc1

Monochromatic Colors of #8dbccf

#8dbccf

Complementary Color

#8dbccf #cfa08d

#8dbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbccf Color CSS Codes

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

#8dbccf Text Font Color

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

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


#8dbccf Background Color

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

This div background color is #8dbccf


#8dbccf Border Color

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

This div border color is #8dbccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,188,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dbccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dbccf;
  -webkit-box-shadow: 1px 1px 3px 2px #8dbccf;
  box-shadow:         1px 1px 3px 2px #8dbccf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbccf


Comments

No comments written yet.

Please login to write comment.