Color Hex Logo

#bdf5be Color Hex

#BDF5BE
(189,245,190)
0 Favorites   0 Comments

Color spaces of #bdf5be

RGB 189245190
HSL0.340.740.85
HSV121°23°96°
CMYK 0.230.000.22   0.04
XYZ62.932979.841360.8092
Yxy79.84130.30910.3922
Hunter Lab89.3540-30.650122.1984
CIE-Lab91.6136-28.055920.8384

#bdf5be color RGB value is (189,245,190).

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

The process color (four color CMYK) of #bdf5be color hex is 0.23, 0.00, 0.22, 0.04. Web safe color of #bdf5be is #ccffcc. Color #bdf5be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 10111110
Octal 275 365 276
Decimal 189 245 190
Hex BD F5 BE

RGB Percentages of Color #bdf5be

%30.29
%39.26
%30.45

CMYK Percentages of Color #bdf5be

%23
%0
%22
%4

Triadic Colors of #bdf5be

#bdf5be #bebdf5 #f5bebd

Analogous Colors of #bdf5be

#bdf5be #bdf5da #d8f5bd

Monochromatic Colors of #bdf5be

#bdf5be

Complementary Color

#bdf5be #f5bdf4

#bdf5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf5be Color CSS Codes

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

#bdf5be Text Font Color

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

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


#bdf5be Background Color

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

This div background color is #bdf5be


#bdf5be Border Color

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

This div border color is #bdf5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf5be


Comments

No comments written yet.

Please login to write comment.