Color Hex Logo

#a7d5da Color Hex

#A7D5DA
(167,213,218)
0 Favorites   0 Comments

Color spaces of #a7d5da

RGB 167213218
HSL0.520.410.75
HSV186°23°85°
CMYK 0.230.020.00   0.15
XYZ52.385560.865975.3170
Yxy60.86590.27780.3228
Hunter Lab78.0166-16.6724-2.6268
CIE-Lab82.3066-13.7885-7.3841

#a7d5da color RGB value is (167,213,218).

#a7d5da hex color red value is 167, green value is 213 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a7d5da hue: 0.52 , saturation: 0.41 and the lightness value of a7d5da is 0.75.

The process color (four color CMYK) of #a7d5da color hex is 0.23, 0.02, 0.00, 0.15. Web safe color of #a7d5da is #99cccc. Color #a7d5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11010101 11011010
Octal 247 325 332
Decimal 167 213 218
Hex A7 D5 DA

RGB Percentages of Color #a7d5da

%27.93
%35.62
%36.45

CMYK Percentages of Color #a7d5da

%23
%2
%0
%15

Triadic Colors of #a7d5da

#a7d5da #daa7d5 #d5daa7

Analogous Colors of #a7d5da

#a7d5da #a7bcda #a7dac6

Monochromatic Colors of #a7d5da

#a7d5da

Complementary Color

#a7d5da #daaca7

#a7d5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7d5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7d5da Color CSS Codes

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

#a7d5da Text Font Color

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

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


#a7d5da Background Color

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

This div background color is #a7d5da


#a7d5da Border Color

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

This div border color is #a7d5da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,213,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7d5da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7d5da;
  -webkit-box-shadow: 1px 1px 3px 2px #a7d5da;
  box-shadow:         1px 1px 3px 2px #a7d5da; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7d5da


Comments

No comments written yet.

Please login to write comment.