Color Hex Logo

#abcbed Color Hex

#ABCBED
(171,203,237)
0 Favorites   0 Comments

Color spaces of #abcbed

RGB 171203237
HSL0.590.650.80
HSV211°28°93°
CMYK 0.280.140.00   0.07
XYZ53.436657.484288.3999
Yxy57.48420.26810.2884
Hunter Lab75.8183-6.8757-16.0560
CIE-Lab80.4512-3.0672-20.2829

#abcbed color RGB value is (171,203,237).

#abcbed hex color red value is 171, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #abcbed hue: 0.59 , saturation: 0.65 and the lightness value of abcbed is 0.80.

The process color (four color CMYK) of #abcbed color hex is 0.28, 0.14, 0.00, 0.07. Web safe color of #abcbed is #99ccff. Color #abcbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11101101
Octal 253 313 355
Decimal 171 203 237
Hex AB CB ED

RGB Percentages of Color #abcbed

%27.99
%33.22
%38.79

CMYK Percentages of Color #abcbed

%28
%14
%0
%7

Triadic Colors of #abcbed

#abcbed #edabcb #cbedab

Analogous Colors of #abcbed

#abcbed #acabed #abeced

Monochromatic Colors of #abcbed

#abcbed

Complementary Color

#abcbed #edcdab

#abcbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbed Color CSS Codes

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

#abcbed Text Font Color

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

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


#abcbed Background Color

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

This div background color is #abcbed


#abcbed Border Color

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

This div border color is #abcbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbed


Comments

No comments written yet.

Please login to write comment.