Color Hex Logo

#adbbed Color Hex

#ADBBED
(173,187,237)
0 Favorites   0 Comments

Color spaces of #adbbed

RGB 173187237
HSL0.630.640.80
HSV227°27°93°
CMYK 0.270.210.00   0.07
XYZ50.290050.539387.2253
Yxy50.53930.26740.2687
Hunter Lab71.09101.8622-22.9823
CIE-Lab76.39916.1342-26.4392

#adbbed color RGB value is (173,187,237).

#adbbed hex color red value is 173, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #adbbed hue: 0.63 , saturation: 0.64 and the lightness value of adbbed is 0.80.

The process color (four color CMYK) of #adbbed color hex is 0.27, 0.21, 0.00, 0.07. Web safe color of #adbbed is #99ccff. Color #adbbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11101101
Octal 255 273 355
Decimal 173 187 237
Hex AD BB ED

RGB Percentages of Color #adbbed

%28.98
%31.32
%39.70

CMYK Percentages of Color #adbbed

%27
%21
%0
%7

Triadic Colors of #adbbed

#adbbed #edadbb #bbedad

Analogous Colors of #adbbed

#adbbed #bfaded #addbed

Monochromatic Colors of #adbbed

#adbbed

Complementary Color

#adbbed #eddfad

#adbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbed Color CSS Codes

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

#adbbed Text Font Color

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

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


#adbbed Background Color

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

This div background color is #adbbed


#adbbed Border Color

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

This div border color is #adbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbed


Comments

No comments written yet.

Please login to write comment.