Color Hex Logo

#bde2b4 Color Hex

#BDE2B4
(189,226,180)
0 Favorites   0 Comments

Color spaces of #bde2b4

RGB 189226180
HSL0.300.440.80
HSV108°20°89°
CMYK 0.160.000.20   0.11
XYZ56.420868.506853.4295
Yxy68.50680.31630.3841
Hunter Lab82.7688-23.167919.6649
CIE-Lab86.2592-20.558818.5587

#bde2b4 color RGB value is (189,226,180).

#bde2b4 hex color red value is 189, green value is 226 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bde2b4 hue: 0.30 , saturation: 0.44 and the lightness value of bde2b4 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 10110100
Octal 275 342 264
Decimal 189 226 180
Hex BD E2 B4

RGB Percentages of Color #bde2b4

%31.76
%37.98
%30.25

CMYK Percentages of Color #bde2b4

%16
%0
%20
%11

Triadic Colors of #bde2b4

#bde2b4 #b4bde2 #e2b4bd

Analogous Colors of #bde2b4

#bde2b4 #b4e2c2 #d4e2b4

Monochromatic Colors of #bde2b4

#bde2b4

Complementary Color

#bde2b4 #d9b4e2

#bde2b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde2b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde2b4 Color CSS Codes

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

#bde2b4 Text Font Color

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

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


#bde2b4 Background Color

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

This div background color is #bde2b4


#bde2b4 Border Color

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

This div border color is #bde2b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde2b4


Comments

No comments written yet.

Please login to write comment.