Color Hex Logo

#bde0ba Color Hex

#BDE0BA
(189,224,186)
0 Favorites   0 Comments

Color spaces of #bde0ba

RGB 189224186
HSL0.320.380.80
HSV115°17°88°
CMYK 0.160.000.17   0.12
XYZ56.504867.675356.5389
Yxy67.67530.31270.3745
Hunter Lab82.2650-21.358716.8368
CIE-Lab85.8438-18.559814.8398

#bde0ba color RGB value is (189,224,186).

#bde0ba hex color red value is 189, green value is 224 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bde0ba hue: 0.32 , saturation: 0.38 and the lightness value of bde0ba is 0.80.

The process color (four color CMYK) of #bde0ba color hex is 0.16, 0.00, 0.17, 0.12. Web safe color of #bde0ba is #cccccc. Color #bde0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 10111010
Octal 275 340 272
Decimal 189 224 186
Hex BD E0 BA

RGB Percentages of Color #bde0ba

%31.55
%37.40
%31.05

CMYK Percentages of Color #bde0ba

%16
%0
%17
%12

Triadic Colors of #bde0ba

#bde0ba #babde0 #e0babd

Analogous Colors of #bde0ba

#bde0ba #bae0ca #d0e0ba

Monochromatic Colors of #bde0ba

#bde0ba

Complementary Color

#bde0ba #ddbae0

#bde0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde0ba Color CSS Codes

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

#bde0ba Text Font Color

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

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


#bde0ba Background Color

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

This div background color is #bde0ba


#bde0ba Border Color

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

This div border color is #bde0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde0ba


Comments

No comments written yet.

Please login to write comment.