Color Hex Logo

#a5ccfd Color Hex

#A5CCFD
(165,204,253)
0 Favorites   0 Comments

Color spaces of #a5ccfd

RGB 165204253
HSL0.590.960.82
HSV213°35°99°
CMYK 0.350.190.00   0.01
XYZ54.839558.2769101.2867
Yxy58.27690.25580.2718
Hunter Lab76.3393-5.3656-25.2282
CIE-Lab80.8925-1.3893-28.1804

#a5ccfd color RGB value is (165,204,253).

#a5ccfd hex color red value is 165, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a5ccfd hue: 0.59 , saturation: 0.96 and the lightness value of a5ccfd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001100 11111101
Octal 245 314 375
Decimal 165 204 253
Hex A5 CC FD

RGB Percentages of Color #a5ccfd

%26.53
%32.80
%40.68

CMYK Percentages of Color #a5ccfd

%35
%19
%0
%1

Triadic Colors of #a5ccfd

#a5ccfd #fda5cc #ccfda5

Analogous Colors of #a5ccfd

#a5ccfd #aaa5fd #a5f8fd

Monochromatic Colors of #a5ccfd

#a5ccfd

Complementary Color

#a5ccfd #fdd6a5

#a5ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ccfd Color CSS Codes

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

#a5ccfd Text Font Color

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

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


#a5ccfd Background Color

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

This div background color is #a5ccfd


#a5ccfd Border Color

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

This div border color is #a5ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.