Color Hex Logo

#a4cbf7 Color Hex

#A4CBF7
(164,203,247)
0 Favorites   0 Comments

Color spaces of #a4cbf7

RGB 164203247
HSL0.590.840.81
HSV212°34°97°
CMYK 0.340.180.00   0.03
XYZ53.454357.319896.2422
Yxy57.31980.25820.2769
Hunter Lab75.7098-6.4638-22.3724
CIE-Lab80.3591-2.6250-25.8034

#a4cbf7 color RGB value is (164,203,247).

#a4cbf7 hex color red value is 164, green value is 203 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #a4cbf7 hue: 0.59 , saturation: 0.84 and the lightness value of a4cbf7 is 0.81.

The process color (four color CMYK) of #a4cbf7 color hex is 0.34, 0.18, 0.00, 0.03. Web safe color of #a4cbf7 is #99ccff. Color #a4cbf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001011 11110111
Octal 244 313 367
Decimal 164 203 247
Hex A4 CB F7

RGB Percentages of Color #a4cbf7

%26.71
%33.06
%40.23

CMYK Percentages of Color #a4cbf7

%34
%18
%0
%3

Triadic Colors of #a4cbf7

#a4cbf7 #f7a4cb #cbf7a4

Analogous Colors of #a4cbf7

#a4cbf7 #a7a4f7 #a4f5f7

Monochromatic Colors of #a4cbf7

#a4cbf7

Complementary Color

#a4cbf7 #f7d0a4

#a4cbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cbf7 Color CSS Codes

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

#a4cbf7 Text Font Color

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

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


#a4cbf7 Background Color

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

This div background color is #a4cbf7


#a4cbf7 Border Color

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

This div border color is #a4cbf7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,203,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a4cbf7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cbf7


Comments

No comments written yet.

Please login to write comment.