Color Hex Logo

#bdeadb Color Hex

#BDEADB
(189,234,219)
0 Favorites   0 Comments

Color spaces of #bdeadb

RGB 189234219
HSL0.440.520.83
HSV160°19°92°
CMYK 0.190.000.06   0.08
XYZ63.195374.778978.1209
Yxy74.77890.29240.3460
Hunter Lab86.4748-20.88416.9701
CIE-Lab89.2893-17.43262.4869

#bdeadb color RGB value is (189,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11011011
Octal 275 352 333
Decimal 189 234 219
Hex BD EA DB

RGB Percentages of Color #bdeadb

%29.44
%36.45
%34.11

CMYK Percentages of Color #bdeadb

%19
%0
%6
%8

Triadic Colors of #bdeadb

#bdeadb #dbbdea #eadbbd

Analogous Colors of #bdeadb

#bdeadb #bde3ea #bdeac5

Monochromatic Colors of #bdeadb

#bdeadb

Complementary Color

#bdeadb #eabdcc

#bdeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeadb Color CSS Codes

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

#bdeadb Text Font Color

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

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


#bdeadb Background Color

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

This div background color is #bdeadb


#bdeadb Border Color

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

This div border color is #bdeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeadb

#bdeadb Color Palettes


Comments

No comments written yet.

Please login to write comment.