Color Hex Logo

#a5bfcf Color Hex

#A5BFCF
(165,191,207)
0 Favorites   0 Comments

Color spaces of #a5bfcf

RGB 165191207
HSL0.560.300.73
HSV203°20°81°
CMYK 0.200.080.00   0.19
XYZ45.410349.765966.2439
Yxy49.76590.28130.3083
Hunter Lab70.5450-8.5519-6.2937
CIE-Lab75.9253-5.3513-10.9777

#a5bfcf color RGB value is (165,191,207).

#a5bfcf hex color red value is 165, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a5bfcf hue: 0.56 , saturation: 0.30 and the lightness value of a5bfcf is 0.73.

The process color (four color CMYK) of #a5bfcf color hex is 0.20, 0.08, 0.00, 0.19. Web safe color of #a5bfcf is #99cccc. Color #a5bfcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111111 11001111
Octal 245 277 317
Decimal 165 191 207
Hex A5 BF CF

RGB Percentages of Color #a5bfcf

%29.31
%33.93
%36.77

CMYK Percentages of Color #a5bfcf

%20
%8
%0
%19

Triadic Colors of #a5bfcf

#a5bfcf #cfa5bf #bfcfa5

Analogous Colors of #a5bfcf

#a5bfcf #a5aacf #a5cfca

Monochromatic Colors of #a5bfcf

#a5bfcf

Complementary Color

#a5bfcf #cfb5a5

#a5bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bfcf Color CSS Codes

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

#a5bfcf Text Font Color

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

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


#a5bfcf Background Color

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

This div background color is #a5bfcf


#a5bfcf Border Color

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

This div border color is #a5bfcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,191,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bfcf


Comments

No comments written yet.

Please login to write comment.