Color Hex Logo

#bdebe0 Color Hex

#BDEBE0
(189,235,224)
0 Favorites   0 Comments

Color spaces of #bdebe0

RGB 189235224
HSL0.460.530.83
HSV166°20°92°
CMYK 0.200.000.05   0.08
XYZ64.149175.617381.7356
Yxy75.61730.28960.3414
Hunter Lab86.9582-20.49745.1416
CIE-Lab89.6814-16.93780.4428

#bdebe0 color RGB value is (189,235,224).

#bdebe0 hex color red value is 189, green value is 235 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bdebe0 hue: 0.46 , saturation: 0.53 and the lightness value of bdebe0 is 0.83.

The process color (four color CMYK) of #bdebe0 color hex is 0.20, 0.00, 0.05, 0.08. Web safe color of #bdebe0 is #ccffcc. Color #bdebe0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11100000
Octal 275 353 340
Decimal 189 235 224
Hex BD EB E0

RGB Percentages of Color #bdebe0

%29.17
%36.27
%34.57

CMYK Percentages of Color #bdebe0

%20
%0
%5
%8

Triadic Colors of #bdebe0

#bdebe0 #e0bdeb #ebe0bd

Analogous Colors of #bdebe0

#bdebe0 #bddfeb #bdebc9

Monochromatic Colors of #bdebe0

#bdebe0

Complementary Color

#bdebe0 #ebbdc8

#bdebe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebe0 Color CSS Codes

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

#bdebe0 Text Font Color

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

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


#bdebe0 Background Color

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

This div background color is #bdebe0


#bdebe0 Border Color

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

This div border color is #bdebe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebe0


Comments

No comments written yet.

Please login to write comment.