Color Hex Logo

#bdfcbe Color Hex

#BDFCBE
(189,252,190)
0 Favorites   0 Comments

Color spaces of #bdfcbe

RGB 189252190
HSL0.340.910.86
HSV121°25°99°
CMYK 0.250.000.25   0.01
XYZ65.090984.157361.5285
Yxy84.15730.30880.3993
Hunter Lab91.7373-33.888124.4501
CIE-Lab93.5188-31.342523.4763

#bdfcbe color RGB value is (189,252,190).

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

The process color (four color CMYK) of #bdfcbe color hex is 0.25, 0.00, 0.25, 0.01. Web safe color of #bdfcbe is #ccffcc. Color #bdfcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10111110
Octal 275 374 276
Decimal 189 252 190
Hex BD FC BE

RGB Percentages of Color #bdfcbe

%29.95
%39.94
%30.11

CMYK Percentages of Color #bdfcbe

%25
%0
%25
%1

Triadic Colors of #bdfcbe

#bdfcbe #bebdfc #fcbebd

Analogous Colors of #bdfcbe

#bdfcbe #bdfcde #dcfcbd

Monochromatic Colors of #bdfcbe

#bdfcbe

Complementary Color

#bdfcbe #fcbdfb

#bdfcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcbe Color CSS Codes

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

#bdfcbe Text Font Color

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

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


#bdfcbe Background Color

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

This div background color is #bdfcbe


#bdfcbe Border Color

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

This div border color is #bdfcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcbe

Related Colors


Comments

No comments written yet.

Please login to write comment.