Color Hex Logo

#bde8be Color Hex

#BDE8BE
(189,232,190)
0 Favorites   0 Comments

Color spaces of #bde8be

RGB 189232190
HSL0.340.480.83
HSV121°19°91°
CMYK 0.190.000.18   0.09
XYZ59.137172.249759.5439
Yxy72.24970.30970.3784
Hunter Lab84.9998-24.561517.9662
CIE-Lab88.0886-21.806015.9112

#bde8be color RGB value is (189,232,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 10111110
Octal 275 350 276
Decimal 189 232 190
Hex BD E8 BE

RGB Percentages of Color #bde8be

%30.93
%37.97
%31.10

CMYK Percentages of Color #bde8be

%19
%0
%18
%9

Triadic Colors of #bde8be

#bde8be #bebde8 #e8bebd

Analogous Colors of #bde8be

#bde8be #bde8d4 #d2e8bd

Monochromatic Colors of #bde8be

#bde8be

Complementary Color

#bde8be #e8bde7

#bde8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde8be Color CSS Codes

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

#bde8be Text Font Color

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

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


#bde8be Background Color

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

This div background color is #bde8be


#bde8be Border Color

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

This div border color is #bde8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde8be


Comments

No comments written yet.

Please login to write comment.