Color Hex Logo

#bdedeb Color Hex

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

Color spaces of #bdedeb

RGB 189237235
HSL0.490.570.84
HSV178°20°93°
CMYK 0.200.000.01   0.07
XYZ66.265877.385390.0415
Yxy77.38530.28360.3311
Hunter Lab87.9689-19.48400.8913
CIE-Lab90.4987-15.6888-4.1075

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

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

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

Base Numbers

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

RGB Percentages of Color #bdedeb

%28.59
%35.85
%35.55

CMYK Percentages of Color #bdedeb

%20
%0
%1
%7

Triadic Colors of #bdedeb

#bdedeb #ebbded #edebbd

Analogous Colors of #bdedeb

#bdedeb #bdd7ed #bdedd3

Monochromatic Colors of #bdedeb

#bdedeb

Complementary Color

#bdedeb #edbdbf

#bdedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedeb Color CSS Codes

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

#bdedeb Text Font Color

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

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


#bdedeb Background Color

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

This div background color is #bdedeb


#bdedeb Border Color

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

This div border color is #bdedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedeb


Comments

No comments written yet.

Please login to write comment.