Color Hex Logo

#bdfebe Color Hex

#BDFEBE
(189,254,190)
0 Favorites   0 Comments

Color spaces of #bdfebe

RGB 189254190
HSL0.340.970.87
HSV121°26°100°
CMYK 0.260.000.25   0.00
XYZ65.722385.420161.7390
Yxy85.42010.30870.4013
Hunter Lab92.4230-34.808325.0901
CIE-Lab94.0638-32.271524.2277

#bdfebe color RGB value is (189,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10111110
Octal 275 376 276
Decimal 189 254 190
Hex BD FE BE

RGB Percentages of Color #bdfebe

%29.86
%40.13
%30.02

CMYK Percentages of Color #bdfebe

%26
%0
%25
%0

Triadic Colors of #bdfebe

#bdfebe #bebdfe #febebd

Analogous Colors of #bdfebe

#bdfebe #bdfedf #ddfebd

Monochromatic Colors of #bdfebe

#bdfebe

Complementary Color

#bdfebe #febdfd

#bdfebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfebe Color CSS Codes

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

#bdfebe Text Font Color

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

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


#bdfebe Background Color

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

This div background color is #bdfebe


#bdfebe Border Color

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

This div border color is #bdfebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfebe

Related Colors


Comments

No comments written yet.

Please login to write comment.