Color Hex Logo

#bdeacd Color Hex

#BDEACD
(189,234,205)
0 Favorites   0 Comments

Color spaces of #bdeacd

RGB 189234205
HSL0.390.520.83
HSV141°19°92°
CMYK 0.190.000.12   0.08
XYZ61.428574.072268.8174
Yxy74.07220.30070.3625
Hunter Lab86.0652-23.210912.8376
CIE-Lab88.9566-20.10389.3233

#bdeacd color RGB value is (189,234,205).

#bdeacd hex color red value is 189, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdeacd hue: 0.39 , saturation: 0.52 and the lightness value of bdeacd is 0.83.

The process color (four color CMYK) of #bdeacd color hex is 0.19, 0.00, 0.12, 0.08. Web safe color of #bdeacd is #ccffcc. Color #bdeacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11001101
Octal 275 352 315
Decimal 189 234 205
Hex BD EA CD

RGB Percentages of Color #bdeacd

%30.10
%37.26
%32.64

CMYK Percentages of Color #bdeacd

%19
%0
%12
%8

Triadic Colors of #bdeacd

#bdeacd #cdbdea #eacdbd

Analogous Colors of #bdeacd

#bdeacd #bdeae4 #c4eabd

Monochromatic Colors of #bdeacd

#bdeacd

Complementary Color

#bdeacd #eabdda

#bdeacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeacd Color CSS Codes

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

#bdeacd Text Font Color

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

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


#bdeacd Background Color

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

This div background color is #bdeacd


#bdeacd Border Color

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

This div border color is #bdeacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeacd


Comments

No comments written yet.

Please login to write comment.