Color Hex Logo

#bde2bf Color Hex

#BDE2BF
(189,226,191)
0 Favorites   0 Comments

Color spaces of #bde2bf

RGB 189226191
HSL0.340.390.81
HSV123°16°89°
CMYK 0.160.000.15   0.11
XYZ57.586668.973159.5682
Yxy68.97310.30940.3706
Hunter Lab83.0500-21.566315.6089
CIE-Lab86.4907-18.682113.1340

#bde2bf color RGB value is (189,226,191).

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

The process color (four color CMYK) of #bde2bf color hex is 0.16, 0.00, 0.15, 0.11. Web safe color of #bde2bf is #cccccc. Color #bde2bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 10111111
Octal 275 342 277
Decimal 189 226 191
Hex BD E2 BF

RGB Percentages of Color #bde2bf

%31.19
%37.29
%31.52

CMYK Percentages of Color #bde2bf

%16
%0
%15
%11

Triadic Colors of #bde2bf

#bde2bf #bfbde2 #e2bfbd

Analogous Colors of #bde2bf

#bde2bf #bde2d2 #cee2bd

Monochromatic Colors of #bde2bf

#bde2bf

Complementary Color

#bde2bf #e2bde0

#bde2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde2bf Color CSS Codes

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

#bde2bf Text Font Color

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

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


#bde2bf Background Color

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

This div background color is #bde2bf


#bde2bf Border Color

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

This div border color is #bde2bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,226,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 #bde2bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde2bf


Comments

No comments written yet.

Please login to write comment.