Color Hex Logo

#bdefbe Color Hex

#BDEFBE
(189,239,190)
0 Favorites   0 Comments

Color spaces of #bdefbe

RGB 189239190
HSL0.340.610.84
HSV121°21°94°
CMYK 0.210.000.21   0.06
XYZ61.147076.269560.2139
Yxy76.26950.30940.3859
Hunter Lab87.3324-27.852520.2535
CIE-Lab89.9843-25.195018.5685

#bdefbe color RGB value is (189,239,190).

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

The process color (four color CMYK) of #bdefbe color hex is 0.21, 0.00, 0.21, 0.06. Web safe color of #bdefbe is #ccffcc. Color #bdefbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10111110
Octal 275 357 276
Decimal 189 239 190
Hex BD EF BE

RGB Percentages of Color #bdefbe

%30.58
%38.67
%30.74

CMYK Percentages of Color #bdefbe

%21
%0
%21
%6

Triadic Colors of #bdefbe

#bdefbe #bebdef #efbebd

Analogous Colors of #bdefbe

#bdefbe #bdefd7 #d5efbd

Monochromatic Colors of #bdefbe

#bdefbe

Complementary Color

#bdefbe #efbdee

#bdefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefbe Color CSS Codes

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

#bdefbe Text Font Color

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

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


#bdefbe Background Color

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

This div background color is #bdefbe


#bdefbe Border Color

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

This div border color is #bdefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefbe


Comments

No comments written yet.

Please login to write comment.