Color Hex Logo

#afcefd Color Hex

#AFCEFD
(175,206,253)
0 Favorites   0 Comments

Color spaces of #afcefd

RGB 175206253
HSL0.600.950.84
HSV216°31°99°
CMYK 0.310.190.00   0.01
XYZ57.480160.3484101.5474
Yxy60.34840.26200.2751
Hunter Lab77.6842-3.8717-23.1238
CIE-Lab82.02720.2963-26.3913

#afcefd color RGB value is (175,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11111101
Octal 257 316 375
Decimal 175 206 253
Hex AF CE FD

RGB Percentages of Color #afcefd

%27.60
%32.49
%39.91

CMYK Percentages of Color #afcefd

%31
%19
%0
%1

Triadic Colors of #afcefd

#afcefd #fdafce #cefdaf

Analogous Colors of #afcefd

#afcefd #b7affd #aff5fd

Monochromatic Colors of #afcefd

#afcefd

Complementary Color

#afcefd #fddeaf

#afcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcefd Color CSS Codes

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

#afcefd Text Font Color

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

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


#afcefd Background Color

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

This div background color is #afcefd


#afcefd Border Color

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

This div border color is #afcefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcefd


Comments

No comments written yet.

Please login to write comment.