Color Hex Logo

#abc7f4 Color Hex

#ABC7F4
(171,199,244)
0 Favorites   0 Comments

Color spaces of #abc7f4

RGB 171199244
HSL0.600.770.81
HSV217°30°96°
CMYK 0.300.180.00   0.04
XYZ53.547156.036493.5818
Yxy56.03640.26360.2758
Hunter Lab74.8575-3.3158-21.7202
CIE-Lab79.63450.7370-25.2676

#abc7f4 color RGB value is (171,199,244).

#abc7f4 hex color red value is 171, green value is 199 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #abc7f4 hue: 0.60 , saturation: 0.77 and the lightness value of abc7f4 is 0.81.

The process color (four color CMYK) of #abc7f4 color hex is 0.30, 0.18, 0.00, 0.04. Web safe color of #abc7f4 is #99ccff. Color #abc7f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 11110100
Octal 253 307 364
Decimal 171 199 244
Hex AB C7 F4

RGB Percentages of Color #abc7f4

%27.85
%32.41
%39.74

CMYK Percentages of Color #abc7f4

%30
%18
%0
%4

Triadic Colors of #abc7f4

#abc7f4 #f4abc7 #c7f4ab

Analogous Colors of #abc7f4

#abc7f4 #b4abf4 #abecf4

Monochromatic Colors of #abc7f4

#abc7f4

Complementary Color

#abc7f4 #f4d8ab

#abc7f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc7f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc7f4 Color CSS Codes

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

#abc7f4 Text Font Color

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

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


#abc7f4 Background Color

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

This div background color is #abc7f4


#abc7f4 Border Color

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

This div border color is #abc7f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc7f4


Comments

No comments written yet.

Please login to write comment.