Color Hex Logo

#bdeee9 Color Hex

#BDEEE9
(189,238,233)
0 Favorites   0 Comments

Color spaces of #bdeee9

RGB 189238233
HSL0.480.590.84
HSV174°21°93°
CMYK 0.210.000.02   0.07
XYZ66.268877.851188.6248
Yxy77.85110.28470.3345
Hunter Lab88.2333-20.34342.2102
CIE-Lab90.7119-16.6013-2.7501

#bdeee9 color RGB value is (189,238,233).

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

The process color (four color CMYK) of #bdeee9 color hex is 0.21, 0.00, 0.02, 0.07. Web safe color of #bdeee9 is #ccffff. Color #bdeee9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11101001
Octal 275 356 351
Decimal 189 238 233
Hex BD EE E9

RGB Percentages of Color #bdeee9

%28.64
%36.06
%35.30

CMYK Percentages of Color #bdeee9

%21
%0
%2
%7

Triadic Colors of #bdeee9

#bdeee9 #e9bdee #eee9bd

Analogous Colors of #bdeee9

#bdeee9 #bddbee #bdeed1

Monochromatic Colors of #bdeee9

#bdeee9

Complementary Color

#bdeee9 #eebdc2

#bdeee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeee9 Color CSS Codes

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

#bdeee9 Text Font Color

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

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


#bdeee9 Background Color

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

This div background color is #bdeee9


#bdeee9 Border Color

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

This div border color is #bdeee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeee9


Comments

No comments written yet.

Please login to write comment.