Color Hex Logo

#abedfc Color Hex

#ABEDFC
(171,237,252)
0 Favorites   0 Comments

Color spaces of #abedfc

RGB 171237252
HSL0.530.930.83
HSV191°32°99°
CMYK 0.320.060.00   0.01
XYZ64.649576.2546103.4067
Yxy76.25460.26460.3121
Hunter Lab87.3239-20.6658-9.0830
CIE-Lab89.9774-17.0765-13.8695

#abedfc color RGB value is (171,237,252).

#abedfc hex color red value is 171, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #abedfc hue: 0.53 , saturation: 0.93 and the lightness value of abedfc is 0.83.

The process color (four color CMYK) of #abedfc color hex is 0.32, 0.06, 0.00, 0.01. Web safe color of #abedfc is #99ffff. Color #abedfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11111100
Octal 253 355 374
Decimal 171 237 252
Hex AB ED FC

RGB Percentages of Color #abedfc

%25.91
%35.91
%38.18

CMYK Percentages of Color #abedfc

%32
%6
%0
%1

Triadic Colors of #abedfc

#abedfc #fcabed #edfcab

Analogous Colors of #abedfc

#abedfc #abc5fc #abfce3

Monochromatic Colors of #abedfc

#abedfc

Complementary Color

#abedfc #fcbaab

#abedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedfc Color CSS Codes

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

#abedfc Text Font Color

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

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


#abedfc Background Color

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

This div background color is #abedfc


#abedfc Border Color

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

This div border color is #abedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedfc

Related Colors


Comments

No comments written yet.

Please login to write comment.