Color Hex Logo

#bde3bf Color Hex

#BDE3BF
(189,227,191)
0 Favorites   0 Comments

Color spaces of #bde3bf

RGB 189227191
HSL0.340.400.82
HSV123°17°89°
CMYK 0.170.000.16   0.11
XYZ57.859369.518659.6591
Yxy69.51860.30930.3717
Hunter Lab83.3778-22.042715.9409
CIE-Lab86.7602-19.176913.5154

#bde3bf color RGB value is (189,227,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 10111111
Octal 275 343 277
Decimal 189 227 191
Hex BD E3 BF

RGB Percentages of Color #bde3bf

%31.14
%37.40
%31.47

CMYK Percentages of Color #bde3bf

%17
%0
%16
%11

Triadic Colors of #bde3bf

#bde3bf #bfbde3 #e3bfbd

Analogous Colors of #bde3bf

#bde3bf #bde3d2 #cee3bd

Monochromatic Colors of #bde3bf

#bde3bf

Complementary Color

#bde3bf #e3bde1

#bde3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3bf Color CSS Codes

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

#bde3bf Text Font Color

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

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


#bde3bf Background Color

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

This div background color is #bde3bf


#bde3bf Border Color

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

This div border color is #bde3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3bf


Comments

No comments written yet.

Please login to write comment.