Color Hex Logo

#bdedee Color Hex

#BDEDEE
(189,237,238)
0 Favorites   0 Comments

Color spaces of #bdedee

RGB 189237238
HSL0.500.590.84
HSV181°21°93°
CMYK 0.210.000.00   0.07
XYZ66.703177.560292.3439
Yxy77.56020.28190.3278
Hunter Lab88.0683-18.9232-0.5207
CIE-Lab90.5788-15.0613-5.5559

#bdedee color RGB value is (189,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11101110
Octal 275 355 356
Decimal 189 237 238
Hex BD ED EE

RGB Percentages of Color #bdedee

%28.46
%35.69
%35.84

CMYK Percentages of Color #bdedee

%21
%0
%0
%7

Triadic Colors of #bdedee

#bdedee #eebded #edeebd

Analogous Colors of #bdedee

#bdedee #bdd5ee #bdeed7

Monochromatic Colors of #bdedee

#bdedee

Complementary Color

#bdedee #eebebd

#bdedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedee Color CSS Codes

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

#bdedee Text Font Color

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

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


#bdedee Background Color

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

This div background color is #bdedee


#bdedee Border Color

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

This div border color is #bdedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedee


Comments

No comments written yet.

Please login to write comment.