Color Hex Logo

#bdebea Color Hex

#BDEBEA
(189,235,234)
0 Favorites   0 Comments

Color spaces of #bdebea

RGB 189235234
HSL0.500.530.83
HSV179°20°92°
CMYK 0.200.000.00   0.08
XYZ65.545976.176089.0907
Yxy76.17600.28400.3300
Hunter Lab87.2789-18.68560.5744
CIE-Lab89.9410-14.8965-4.4059

#bdebea color RGB value is (189,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11101010
Octal 275 353 352
Decimal 189 235 234
Hex BD EB EA

RGB Percentages of Color #bdebea

%28.72
%35.71
%35.56

CMYK Percentages of Color #bdebea

%20
%0
%0
%8

Triadic Colors of #bdebea

#bdebea #eabdeb #ebeabd

Analogous Colors of #bdebea

#bdebea #bdd5eb #bdebd3

Monochromatic Colors of #bdebea

#bdebea

Complementary Color

#bdebea #ebbdbe

#bdebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebea Color CSS Codes

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

#bdebea Text Font Color

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

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


#bdebea Background Color

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

This div background color is #bdebea


#bdebea Border Color

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

This div border color is #bdebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebea


Comments

No comments written yet.

Please login to write comment.