Color Hex Logo

#a4cefd Color Hex

#A4CEFD
(164,206,253)
0 Favorites   0 Comments

Color spaces of #a4cefd

RGB 164206253
HSL0.590.960.82
HSV212°35°99°
CMYK 0.350.190.00   0.01
XYZ55.110859.1270101.4365
Yxy59.12700.25550.2741
Hunter Lab76.8941-6.6318-24.3878
CIE-Lab81.3614-2.7250-27.4682

#a4cefd color RGB value is (164,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001110 11111101
Octal 244 316 375
Decimal 164 206 253
Hex A4 CE FD

RGB Percentages of Color #a4cefd

%26.32
%33.07
%40.61

CMYK Percentages of Color #a4cefd

%35
%19
%0
%1

Triadic Colors of #a4cefd

#a4cefd #fda4ce #cefda4

Analogous Colors of #a4cefd

#a4cefd #a7a4fd #a4fbfd

Monochromatic Colors of #a4cefd

#a4cefd

Complementary Color

#a4cefd #fdd3a4

#a4cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cefd Color CSS Codes

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

#a4cefd Text Font Color

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

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


#a4cefd Background Color

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

This div background color is #a4cefd


#a4cefd Border Color

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

This div border color is #a4cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cefd


Comments

No comments written yet.

Please login to write comment.