Color Hex Logo

#8dc5da Color Hex

#8DC5DA
(141,197,218)
0 Favorites   0 Comments

Color spaces of #8dc5da

RGB 141197218
HSL0.550.510.70
HSV196°35°85°
CMYK 0.350.100.00   0.15
XYZ43.605650.657273.8092
Yxy50.65720.25940.3014
Hunter Lab71.1739-15.1939-11.6636
CIE-Lab76.4709-12.9510-16.2573

#8dc5da color RGB value is (141,197,218).

#8dc5da hex color red value is 141, green value is 197 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8dc5da hue: 0.55 , saturation: 0.51 and the lightness value of 8dc5da is 0.70.

The process color (four color CMYK) of #8dc5da color hex is 0.35, 0.10, 0.00, 0.15. Web safe color of #8dc5da is #99cccc. Color #8dc5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000101 11011010
Octal 215 305 332
Decimal 141 197 218
Hex 8D C5 DA

RGB Percentages of Color #8dc5da

%25.36
%35.43
%39.21

CMYK Percentages of Color #8dc5da

%35
%10
%0
%15

Triadic Colors of #8dc5da

#8dc5da #da8dc5 #c5da8d

Analogous Colors of #8dc5da

#8dc5da #8d9fda #8ddac9

Monochromatic Colors of #8dc5da

#8dc5da

Complementary Color

#8dc5da #daa28d

#8dc5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc5da Color CSS Codes

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

#8dc5da Text Font Color

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

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


#8dc5da Background Color

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

This div background color is #8dc5da


#8dc5da Border Color

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

This div border color is #8dc5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc5da


Comments

No comments written yet.

Please login to write comment.