Color Hex Logo

#badebe Color Hex

#BADEBE
(186,222,190)
0 Favorites   0 Comments

Color spaces of #badebe

RGB 186222190
HSL0.350.350.80
HSV127°16°87°
CMYK 0.160.000.14   0.13
XYZ55.665266.399458.5977
Yxy66.39940.30810.3675
Hunter Lab81.4858-20.662014.4037
CIE-Lab85.1997-17.876311.8013

#badebe color RGB value is (186,222,190).

#badebe hex color red value is 186, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #badebe hue: 0.35 , saturation: 0.35 and the lightness value of badebe is 0.80.

The process color (four color CMYK) of #badebe color hex is 0.16, 0.00, 0.14, 0.13. Web safe color of #badebe is #cccccc. Color #badebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 10111110
Octal 272 336 276
Decimal 186 222 190
Hex BA DE BE

RGB Percentages of Color #badebe

%31.10
%37.12
%31.77

CMYK Percentages of Color #badebe

%16
%0
%14
%13

Triadic Colors of #badebe

#badebe #bebade #debeba

Analogous Colors of #badebe

#badebe #baded0 #c8deba

Monochromatic Colors of #badebe

#badebe

Complementary Color

#badebe #debada

#badebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#badebe Color CSS Codes

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

#badebe Text Font Color

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

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


#badebe Background Color

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

This div background color is #badebe


#badebe Border Color

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

This div border color is #badebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badebe


Comments

No comments written yet.

Please login to write comment.