Color Hex Logo

#bdeeda Color Hex

#BDEEDA
(189,238,218)
0 Favorites   0 Comments

Color spaces of #bdeeda

RGB 189238218
HSL0.430.590.84
HSV156°21°93°
CMYK 0.210.000.08   0.07
XYZ64.215777.029877.8134
Yxy77.02980.29310.3516
Hunter Lab87.7666-22.98958.8705
CIE-Lab90.3353-19.60494.5256

#bdeeda color RGB value is (189,238,218).

#bdeeda hex color red value is 189, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdeeda hue: 0.43 , saturation: 0.59 and the lightness value of bdeeda is 0.84.

The process color (four color CMYK) of #bdeeda color hex is 0.21, 0.00, 0.08, 0.07. Web safe color of #bdeeda is #ccffcc. Color #bdeeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11011010
Octal 275 356 332
Decimal 189 238 218
Hex BD EE DA

RGB Percentages of Color #bdeeda

%29.30
%36.90
%33.80

CMYK Percentages of Color #bdeeda

%21
%0
%8
%7

Triadic Colors of #bdeeda

#bdeeda #dabdee #eedabd

Analogous Colors of #bdeeda

#bdeeda #bdeaee #bdeec2

Monochromatic Colors of #bdeeda

#bdeeda

Complementary Color

#bdeeda #eebdd1

#bdeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeeda Color CSS Codes

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

#bdeeda Text Font Color

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

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


#bdeeda Background Color

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

This div background color is #bdeeda


#bdeeda Border Color

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

This div border color is #bdeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeeda


Comments

No comments written yet.

Please login to write comment.