Color Hex Logo

#a5cbbf Color Hex

#A5CBBF
(165,203,191)
0 Favorites   0 Comments

Color spaces of #a5cbbf

RGB 165203191
HSL0.450.270.72
HSV161°19°80°
CMYK 0.190.000.06   0.20
XYZ46.277054.472857.3655
Yxy54.47280.29270.3445
Hunter Lab73.8057-17.23845.5808
CIE-Lab78.7366-14.99771.8064

#a5cbbf color RGB value is (165,203,191).

#a5cbbf hex color red value is 165, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a5cbbf hue: 0.45 , saturation: 0.27 and the lightness value of a5cbbf is 0.72.

The process color (four color CMYK) of #a5cbbf color hex is 0.19, 0.00, 0.06, 0.20. Web safe color of #a5cbbf is #99cccc. Color #a5cbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001011 10111111
Octal 245 313 277
Decimal 165 203 191
Hex A5 CB BF

RGB Percentages of Color #a5cbbf

%29.52
%36.31
%34.17

CMYK Percentages of Color #a5cbbf

%19
%0
%6
%20

Triadic Colors of #a5cbbf

#a5cbbf #bfa5cb #cbbfa5

Analogous Colors of #a5cbbf

#a5cbbf #a5c4cb #a5cbac

Monochromatic Colors of #a5cbbf

#a5cbbf

Complementary Color

#a5cbbf #cba5b1

#a5cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cbbf Color CSS Codes

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

#a5cbbf Text Font Color

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

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


#a5cbbf Background Color

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

This div background color is #a5cbbf


#a5cbbf Border Color

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

This div border color is #a5cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cbbf


Comments

No comments written yet.

Please login to write comment.