Color Hex Logo

#bdebed Color Hex

#BDEBED
(189,235,237)
0 Favorites   0 Comments

Color spaces of #bdebed

RGB 189235237
HSL0.510.570.84
HSV183°20°93°
CMYK 0.200.010.00   0.07
XYZ65.980776.349991.3802
Yxy76.34990.28230.3267
Hunter Lab87.3784-18.1244-0.8405
CIE-Lab90.0215-14.2691-5.8559

#bdebed color RGB value is (189,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11101101
Octal 275 353 355
Decimal 189 235 237
Hex BD EB ED

RGB Percentages of Color #bdebed

%28.59
%35.55
%35.85

CMYK Percentages of Color #bdebed

%20
%1
%0
%7

Triadic Colors of #bdebed

#bdebed #edbdeb #ebedbd

Analogous Colors of #bdebed

#bdebed #bdd3ed #bdedd7

Monochromatic Colors of #bdebed

#bdebed

Complementary Color

#bdebed #edbfbd

#bdebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebed Color CSS Codes

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

#bdebed Text Font Color

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

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


#bdebed Background Color

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

This div background color is #bdebed


#bdebed Border Color

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

This div border color is #bdebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebed


Comments

No comments written yet.

Please login to write comment.