Color Hex Logo

#a7ddeb Color Hex

#A7DDEB
(167,221,235)
0 Favorites   0 Comments

Color spaces of #a7ddeb

RGB 167221235
HSL0.530.630.79
HSV192°29°92°
CMYK 0.290.060.00   0.08
XYZ56.788265.926688.3293
Yxy65.92660.26910.3124
Hunter Lab81.1952-17.2481-7.6628
CIE-Lab84.9590-14.0440-12.4612

#a7ddeb color RGB value is (167,221,235).

#a7ddeb hex color red value is 167, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a7ddeb hue: 0.53 , saturation: 0.63 and the lightness value of a7ddeb is 0.79.

The process color (four color CMYK) of #a7ddeb color hex is 0.29, 0.06, 0.00, 0.08. Web safe color of #a7ddeb is #99ccff. Color #a7ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011101 11101011
Octal 247 335 353
Decimal 167 221 235
Hex A7 DD EB

RGB Percentages of Color #a7ddeb

%26.81
%35.47
%37.72

CMYK Percentages of Color #a7ddeb

%29
%6
%0
%8

Triadic Colors of #a7ddeb

#a7ddeb #eba7dd #ddeba7

Analogous Colors of #a7ddeb

#a7ddeb #a7bbeb #a7ebd7

Monochromatic Colors of #a7ddeb

#a7ddeb

Complementary Color

#a7ddeb #ebb5a7

#a7ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ddeb Color CSS Codes

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

#a7ddeb Text Font Color

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

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


#a7ddeb Background Color

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

This div background color is #a7ddeb


#a7ddeb Border Color

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

This div border color is #a7ddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,221,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ddeb


Comments

No comments written yet.

Please login to write comment.