Color Hex Logo

#adbed7 Color Hex

#ADBED7
(173,190,215)
0 Favorites   0 Comments

Color spaces of #adbed7

RGB 173190215
HSL0.600.340.76
HSV216°20°84°
CMYK 0.200.120.00   0.16
XYZ47.912850.617471.5348
Yxy50.61740.28170.2976
Hunter Lab71.1459-4.2955-9.8120
CIE-Lab76.4467-0.5461-14.4756

#adbed7 color RGB value is (173,190,215).

#adbed7 hex color red value is 173, green value is 190 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #adbed7 hue: 0.60 , saturation: 0.34 and the lightness value of adbed7 is 0.76.

The process color (four color CMYK) of #adbed7 color hex is 0.20, 0.12, 0.00, 0.16. Web safe color of #adbed7 is #99cccc. Color #adbed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11010111
Octal 255 276 327
Decimal 173 190 215
Hex AD BE D7

RGB Percentages of Color #adbed7

%29.93
%32.87
%37.20

CMYK Percentages of Color #adbed7

%20
%12
%0
%16

Triadic Colors of #adbed7

#adbed7 #d7adbe #bed7ad

Analogous Colors of #adbed7

#adbed7 #b1add7 #add3d7

Monochromatic Colors of #adbed7

#adbed7

Complementary Color

#adbed7 #d7c6ad

#adbed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbed7 Color CSS Codes

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

#adbed7 Text Font Color

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

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


#adbed7 Background Color

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

This div background color is #adbed7


#adbed7 Border Color

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

This div border color is #adbed7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,190,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adbed7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adbed7;
  -webkit-box-shadow: 1px 1px 3px 2px #adbed7;
  box-shadow:         1px 1px 3px 2px #adbed7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,190,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbed7


Comments

No comments written yet.

Please login to write comment.