Color Hex Logo

#a5cefd Color Hex

#A5CEFD
(165,206,253)
0 Favorites   0 Comments

Color spaces of #a5cefd

RGB 165206253
HSL0.590.960.82
HSV212°35°99°
CMYK 0.350.190.00   0.01
XYZ55.318059.2338101.4462
Yxy59.23380.25610.2742
Hunter Lab76.9635-6.3881-24.2762
CIE-Lab81.4199-2.4556-27.3734

#a5cefd color RGB value is (165,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 11111101
Octal 245 316 375
Decimal 165 206 253
Hex A5 CE FD

RGB Percentages of Color #a5cefd

%26.44
%33.01
%40.54

CMYK Percentages of Color #a5cefd

%35
%19
%0
%1

Triadic Colors of #a5cefd

#a5cefd #fda5ce #cefda5

Analogous Colors of #a5cefd

#a5cefd #a8a5fd #a5fafd

Monochromatic Colors of #a5cefd

#a5cefd

Complementary Color

#a5cefd #fdd4a5

#a5cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cefd Color CSS Codes

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

#a5cefd Text Font Color

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

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


#a5cefd Background Color

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

This div background color is #a5cefd


#a5cefd Border Color

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

This div border color is #a5cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cefd


Comments

No comments written yet.

Please login to write comment.