Color Hex Logo

#bdebef Color Hex

#BDEBEF
(189,235,239)
0 Favorites   0 Comments

Color spaces of #bdebef

RGB 189235239
HSL0.510.610.84
HSV185°21°94°
CMYK 0.210.020.00   0.06
XYZ66.274676.467592.9280
Yxy76.46750.28120.3245
Hunter Lab87.4457-17.7458-1.7951
CIE-Lab90.0760-13.8472-6.8213

#bdebef color RGB value is (189,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11101111
Octal 275 353 357
Decimal 189 235 239
Hex BD EB EF

RGB Percentages of Color #bdebef

%28.51
%35.44
%36.05

CMYK Percentages of Color #bdebef

%21
%2
%0
%6

Triadic Colors of #bdebef

#bdebef #efbdeb #ebefbd

Analogous Colors of #bdebef

#bdebef #bdd2ef #bdefda

Monochromatic Colors of #bdebef

#bdebef

Complementary Color

#bdebef #efc1bd

#bdebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebef Color CSS Codes

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

#bdebef Text Font Color

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

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


#bdebef Background Color

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

This div background color is #bdebef


#bdebef Border Color

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

This div border color is #bdebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebef

#bdebef Color Palettes


Comments

No comments written yet.

Please login to write comment.