Color Hex Logo

#bcdaa5 Color Hex

#BCDAA5
(188,218,165)
0 Favorites   0 Comments

Color spaces of #bcdaa5

RGB 188218165
HSL0.260.420.75
HSV94°24°85°
CMYK 0.140.000.24   0.15
XYZ52.602063.550845.0914
Yxy63.55080.32620.3941
Hunter Lab79.7188-21.725522.2669
CIE-Lab83.7313-19.365622.8745

#bcdaa5 color RGB value is (188,218,165).

#bcdaa5 hex color red value is 188, green value is 218 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bcdaa5 hue: 0.26 , saturation: 0.42 and the lightness value of bcdaa5 is 0.75.

The process color (four color CMYK) of #bcdaa5 color hex is 0.14, 0.00, 0.24, 0.15. Web safe color of #bcdaa5 is #cccc99. Color #bcdaa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 10100101
Octal 274 332 245
Decimal 188 218 165
Hex BC DA A5

RGB Percentages of Color #bcdaa5

%32.92
%38.18
%28.90

CMYK Percentages of Color #bcdaa5

%14
%0
%24
%15

Triadic Colors of #bcdaa5

#bcdaa5 #a5bcda #daa5bc

Analogous Colors of #bcdaa5

#bcdaa5 #a5daa9 #d7daa5

Monochromatic Colors of #bcdaa5

#bcdaa5

Complementary Color

#bcdaa5 #c3a5da

#bcdaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdaa5 Color CSS Codes

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

#bcdaa5 Text Font Color

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

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


#bcdaa5 Background Color

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

This div background color is #bcdaa5


#bcdaa5 Border Color

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

This div border color is #bcdaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdaa5


Comments

No comments written yet.

Please login to write comment.