Color Hex Logo

#accffd Color Hex

#ACCFFD
(172,207,253)
0 Favorites   0 Comments

Color spaces of #accffd

RGB 172207253
HSL0.590.950.83
HSV214°32°99°
CMYK 0.320.180.00   0.01
XYZ57.055760.4882101.5967
Yxy60.48820.26040.2760
Hunter Lab77.7742-5.1559-23.0089
CIE-Lab82.1028-1.0729-26.2926

#accffd color RGB value is (172,207,253).

#accffd hex color red value is 172, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #accffd hue: 0.59 , saturation: 0.95 and the lightness value of accffd is 0.83.

The process color (four color CMYK) of #accffd color hex is 0.32, 0.18, 0.00, 0.01. Web safe color of #accffd is #99ccff. Color #accffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11111101
Octal 254 317 375
Decimal 172 207 253
Hex AC CF FD

RGB Percentages of Color #accffd

%27.22
%32.75
%40.03

CMYK Percentages of Color #accffd

%32
%18
%0
%1

Triadic Colors of #accffd

#accffd #fdaccf #cffdac

Analogous Colors of #accffd

#accffd #b2acfd #acf8fd

Monochromatic Colors of #accffd

#accffd

Complementary Color

#accffd #fddaac

#accffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#accffd Color CSS Codes

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

#accffd Text Font Color

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

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


#accffd Background Color

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

This div background color is #accffd


#accffd Border Color

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

This div border color is #accffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accffd


Comments

No comments written yet.

Please login to write comment.