Color Hex Logo

#bdeadd Color Hex

#BDEADD
(189,234,221)
0 Favorites   0 Comments

Color spaces of #bdeadd

RGB 189234221
HSL0.450.520.83
HSV163°19°92°
CMYK 0.190.000.06   0.08
XYZ63.460274.884979.5161
Yxy74.88490.29130.3437
Hunter Lab86.5361-20.53726.0950
CIE-Lab89.3391-17.03801.5130

#bdeadd color RGB value is (189,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11011101
Octal 275 352 335
Decimal 189 234 221
Hex BD EA DD

RGB Percentages of Color #bdeadd

%29.35
%36.34
%34.32

CMYK Percentages of Color #bdeadd

%19
%0
%6
%8

Triadic Colors of #bdeadd

#bdeadd #ddbdea #eaddbd

Analogous Colors of #bdeadd

#bdeadd #bde1ea #bdeac7

Monochromatic Colors of #bdeadd

#bdeadd

Complementary Color

#bdeadd #eabdca

#bdeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeadd Color CSS Codes

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

#bdeadd Text Font Color

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

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


#bdeadd Background Color

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

This div background color is #bdeadd


#bdeadd Border Color

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

This div border color is #bdeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeadd


Comments

No comments written yet.

Please login to write comment.