Color Hex Logo

#afcdfd Color Hex

#AFCDFD
(175,205,253)
0 Favorites   0 Comments

Color spaces of #afcdfd

RGB 175205253
HSL0.600.950.84
HSV217°31°99°
CMYK 0.310.190.00   0.01
XYZ57.240159.8685101.4674
Yxy59.86850.26190.2739
Hunter Lab77.3747-3.3555-23.5892
CIE-Lab81.76670.8300-26.7892

#afcdfd color RGB value is (175,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11111101
Octal 257 315 375
Decimal 175 205 253
Hex AF CD FD

RGB Percentages of Color #afcdfd

%27.65
%32.39
%39.97

CMYK Percentages of Color #afcdfd

%31
%19
%0
%1

Triadic Colors of #afcdfd

#afcdfd #fdafcd #cdfdaf

Analogous Colors of #afcdfd

#afcdfd #b8affd #aff4fd

Monochromatic Colors of #afcdfd

#afcdfd

Complementary Color

#afcdfd #fddfaf

#afcdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdfd Color CSS Codes

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

#afcdfd Text Font Color

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

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


#afcdfd Background Color

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

This div background color is #afcdfd


#afcdfd Border Color

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

This div border color is #afcdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdfd


Comments

No comments written yet.

Please login to write comment.