Color Hex Logo

#abcff4 Color Hex

#ABCFF4
(171,207,244)
0 Favorites   0 Comments

Color spaces of #abcff4

RGB 171207244
HSL0.580.770.81
HSV210°30°96°
CMYK 0.300.150.00   0.04
XYZ55.436559.815294.2116
Yxy59.81520.26470.2856
Hunter Lab77.3403-7.3991-18.0856
CIE-Lab81.7376-3.5271-22.0672

#abcff4 color RGB value is (171,207,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11110100
Octal 253 317 364
Decimal 171 207 244
Hex AB CF F4

RGB Percentages of Color #abcff4

%27.49
%33.28
%39.23

CMYK Percentages of Color #abcff4

%30
%15
%0
%4

Triadic Colors of #abcff4

#abcff4 #f4abcf #cff4ab

Analogous Colors of #abcff4

#abcff4 #acabf4 #abf4f4

Monochromatic Colors of #abcff4

#abcff4

Complementary Color

#abcff4 #f4d0ab

#abcff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcff4 Color CSS Codes

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

#abcff4 Text Font Color

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

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


#abcff4 Background Color

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

This div background color is #abcff4


#abcff4 Border Color

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

This div border color is #abcff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcff4


Comments

No comments written yet.

Please login to write comment.