Color Hex Logo

#bde9bf Color Hex

#BDE9BF
(189,233,191)
0 Favorites   0 Comments

Color spaces of #bde9bf

RGB 189233191
HSL0.340.500.83
HSV123°19°91°
CMYK 0.190.000.18   0.09
XYZ59.529172.858260.2157
Yxy72.85820.30910.3783
Hunter Lab85.3570-24.886517.9234
CIE-Lab88.3800-22.121015.8009

#bde9bf color RGB value is (189,233,191).

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

The process color (four color CMYK) of #bde9bf color hex is 0.19, 0.00, 0.18, 0.09. Web safe color of #bde9bf is #ccffcc. Color #bde9bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 10111111
Octal 275 351 277
Decimal 189 233 191
Hex BD E9 BF

RGB Percentages of Color #bde9bf

%30.83
%38.01
%31.16

CMYK Percentages of Color #bde9bf

%19
%0
%18
%9

Triadic Colors of #bde9bf

#bde9bf #bfbde9 #e9bfbd

Analogous Colors of #bde9bf

#bde9bf #bde9d5 #d1e9bd

Monochromatic Colors of #bde9bf

#bde9bf

Complementary Color

#bde9bf #e9bde7

#bde9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde9bf Color CSS Codes

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

#bde9bf Text Font Color

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

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


#bde9bf Background Color

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

This div background color is #bde9bf


#bde9bf Border Color

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

This div border color is #bde9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde9bf


Comments

No comments written yet.

Please login to write comment.