Color Hex Logo

#acdbed Color Hex

#ACDBED
(172,219,237)
0 Favorites   0 Comments

Color spaces of #acdbed

RGB 172219237
HSL0.550.640.80
HSV197°27°93°
CMYK 0.270.080.00   0.07
XYZ57.630865.548189.7353
Yxy65.54810.27070.3079
Hunter Lab80.9618-14.6220-9.0418
CIE-Lab84.7654-11.1370-13.7794

#acdbed color RGB value is (172,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11101101
Octal 254 333 355
Decimal 172 219 237
Hex AC DB ED

RGB Percentages of Color #acdbed

%27.39
%34.87
%37.74

CMYK Percentages of Color #acdbed

%27
%8
%0
%7

Triadic Colors of #acdbed

#acdbed #edacdb #dbedac

Analogous Colors of #acdbed

#acdbed #acbbed #aceddf

Monochromatic Colors of #acdbed

#acdbed

Complementary Color

#acdbed #edbeac

#acdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbed Color CSS Codes

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

#acdbed Text Font Color

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

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


#acdbed Background Color

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

This div background color is #acdbed


#acdbed Border Color

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

This div border color is #acdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbed


Comments

No comments written yet.

Please login to write comment.