Color Hex Logo

#afcbfd Color Hex

#AFCBFD
(175,203,253)
0 Favorites   0 Comments

Color spaces of #afcbfd

RGB 175203253
HSL0.610.950.84
HSV218°31°99°
CMYK 0.310.200.00   0.01
XYZ56.764858.9177101.3089
Yxy58.91770.26160.2715
Hunter Lab76.7579-2.3200-24.5234
CIE-Lab81.24631.9008-27.5846

#afcbfd color RGB value is (175,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11111101
Octal 257 313 375
Decimal 175 203 253
Hex AF CB FD

RGB Percentages of Color #afcbfd

%27.73
%32.17
%40.10

CMYK Percentages of Color #afcbfd

%31
%20
%0
%1

Triadic Colors of #afcbfd

#afcbfd #fdafcb #cbfdaf

Analogous Colors of #afcbfd

#afcbfd #baaffd #aff2fd

Monochromatic Colors of #afcbfd

#afcbfd

Complementary Color

#afcbfd #fde1af

#afcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbfd Color CSS Codes

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

#afcbfd Text Font Color

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

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


#afcbfd Background Color

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

This div background color is #afcbfd


#afcbfd Border Color

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

This div border color is #afcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbfd


Comments

No comments written yet.

Please login to write comment.