Color Hex Logo

#bde7be Color Hex

#BDE7BE
(189,231,190)
0 Favorites   0 Comments

Color spaces of #bde7be

RGB 189231190
HSL0.340.470.82
HSV121°18°91°
CMYK 0.180.000.18   0.09
XYZ58.856471.688459.4504
Yxy71.68840.30980.3773
Hunter Lab84.6690-24.089117.6378
CIE-Lab87.8184-21.317615.5309

#bde7be color RGB value is (189,231,190).

#bde7be hex color red value is 189, green value is 231 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bde7be hue: 0.34 , saturation: 0.47 and the lightness value of bde7be is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 10111110
Octal 275 347 276
Decimal 189 231 190
Hex BD E7 BE

RGB Percentages of Color #bde7be

%30.98
%37.87
%31.15

CMYK Percentages of Color #bde7be

%18
%0
%18
%9

Triadic Colors of #bde7be

#bde7be #bebde7 #e7bebd

Analogous Colors of #bde7be

#bde7be #bde7d3 #d1e7bd

Monochromatic Colors of #bde7be

#bde7be

Complementary Color

#bde7be #e7bde6

#bde7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7be Color CSS Codes

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

#bde7be Text Font Color

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

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


#bde7be Background Color

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

This div background color is #bde7be


#bde7be Border Color

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

This div border color is #bde7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7be


Comments

No comments written yet.

Please login to write comment.