Color Hex Logo

#bdcab1 Color Hex

#BDCAB1
(189,202,177)
0 Favorites   0 Comments

Color spaces of #bdcab1

RGB 189202177
HSL0.250.190.74
HSV91°12°79°
CMYK 0.060.000.12   0.21
XYZ50.042656.234249.8117
Yxy56.23420.32060.3603
Hunter Lab74.9895-12.113413.1093
CIE-Lab79.7469-8.960410.9746

#bdcab1 color RGB value is (189,202,177).

#bdcab1 hex color red value is 189, green value is 202 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bdcab1 hue: 0.25 , saturation: 0.19 and the lightness value of bdcab1 is 0.74.

The process color (four color CMYK) of #bdcab1 color hex is 0.06, 0.00, 0.12, 0.21. Web safe color of #bdcab1 is #cccc99. Color #bdcab1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10110001
Octal 275 312 261
Decimal 189 202 177
Hex BD CA B1

RGB Percentages of Color #bdcab1

%33.27
%35.56
%31.16

CMYK Percentages of Color #bdcab1

%6
%0
%12
%21

Triadic Colors of #bdcab1

#bdcab1 #b1bdca #cab1bd

Analogous Colors of #bdcab1

#bdcab1 #b1cab2 #cacab1

Monochromatic Colors of #bdcab1

#bdcab1

Complementary Color

#bdcab1 #beb1ca

#bdcab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcab1 Color CSS Codes

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

#bdcab1 Text Font Color

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

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


#bdcab1 Background Color

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

This div background color is #bdcab1


#bdcab1 Border Color

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

This div border color is #bdcab1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,202,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdcab1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdcab1;
  -webkit-box-shadow: 1px 1px 3px 2px #bdcab1;
  box-shadow:         1px 1px 3px 2px #bdcab1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,202,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcab1


Comments

No comments written yet.

Please login to write comment.