Color Hex Logo

#bcdaa3 Color Hex

#BCDAA3
(188,218,163)
0 Favorites   0 Comments

Color spaces of #bcdaa3

RGB 188218163
HSL0.260.430.75
HSV93°25°85°
CMYK 0.140.000.25   0.15
XYZ52.421363.478544.1400
Yxy63.47850.32760.3966
Hunter Lab79.6734-21.983922.9240
CIE-Lab83.6935-19.673223.8652

#bcdaa3 color RGB value is (188,218,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 10100011
Octal 274 332 243
Decimal 188 218 163
Hex BC DA A3

RGB Percentages of Color #bcdaa3

%33.04
%38.31
%28.65

CMYK Percentages of Color #bcdaa3

%14
%0
%25
%15

Triadic Colors of #bcdaa3

#bcdaa3 #a3bcda #daa3bc

Analogous Colors of #bcdaa3

#bcdaa3 #a3daa6 #d8daa3

Monochromatic Colors of #bcdaa3

#bcdaa3

Complementary Color

#bcdaa3 #c1a3da

#bcdaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdaa3 Color CSS Codes

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

#bcdaa3 Text Font Color

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

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


#bcdaa3 Background Color

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

This div background color is #bcdaa3


#bcdaa3 Border Color

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

This div border color is #bcdaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdaa3


Comments

No comments written yet.

Please login to write comment.