Color Hex Logo

#afdff4 Color Hex

#AFDFF4
(175,223,244)
0 Favorites   0 Comments

Color spaces of #afdff4

RGB 175223244
HSL0.550.760.82
HSV198°28°96°
CMYK 0.280.090.00   0.04
XYZ60.396068.421095.6113
Yxy68.42100.26910.3049
Hunter Lab82.7170-14.4225-10.6305
CIE-Lab86.2165-10.7289-15.2841

#afdff4 color RGB value is (175,223,244).

#afdff4 hex color red value is 175, green value is 223 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #afdff4 hue: 0.55 , saturation: 0.76 and the lightness value of afdff4 is 0.82.

The process color (four color CMYK) of #afdff4 color hex is 0.28, 0.09, 0.00, 0.04. Web safe color of #afdff4 is #99ccff. Color #afdff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11110100
Octal 257 337 364
Decimal 175 223 244
Hex AF DF F4

RGB Percentages of Color #afdff4

%27.26
%34.74
%38.01

CMYK Percentages of Color #afdff4

%28
%9
%0
%4

Triadic Colors of #afdff4

#afdff4 #f4afdf #dff4af

Analogous Colors of #afdff4

#afdff4 #afbdf4 #aff4e7

Monochromatic Colors of #afdff4

#afdff4

Complementary Color

#afdff4 #f4c4af

#afdff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdff4 Color CSS Codes

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

#afdff4 Text Font Color

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

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


#afdff4 Background Color

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

This div background color is #afdff4


#afdff4 Border Color

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

This div border color is #afdff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdff4

Related Colors


Comments

No comments written yet.

Please login to write comment.