Color Hex Logo

#abcefd Color Hex

#ABCEFD
(171,206,253)
0 Favorites   0 Comments

Color spaces of #abcefd

RGB 171206253
HSL0.600.950.83
HSV214°32°99°
CMYK 0.320.190.00   0.01
XYZ56.595559.8924101.5060
Yxy59.89240.25960.2747
Hunter Lab77.3902-4.8956-23.5924
CIE-Lab81.7797-0.8171-26.7916

#abcefd color RGB value is (171,206,253).

#abcefd hex color red value is 171, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #abcefd hue: 0.60 , saturation: 0.95 and the lightness value of abcefd is 0.83.

The process color (four color CMYK) of #abcefd color hex is 0.32, 0.19, 0.00, 0.01. Web safe color of #abcefd is #99ccff. Color #abcefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11111101
Octal 253 316 375
Decimal 171 206 253
Hex AB CE FD

RGB Percentages of Color #abcefd

%27.14
%32.70
%40.16

CMYK Percentages of Color #abcefd

%32
%19
%0
%1

Triadic Colors of #abcefd

#abcefd #fdabce #cefdab

Analogous Colors of #abcefd

#abcefd #b1abfd #abf7fd

Monochromatic Colors of #abcefd

#abcefd

Complementary Color

#abcefd #fddaab

#abcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcefd Color CSS Codes

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

#abcefd Text Font Color

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

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


#abcefd Background Color

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

This div background color is #abcefd


#abcefd Border Color

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

This div border color is #abcefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcefd


Comments

No comments written yet.

Please login to write comment.