Color Hex Logo

#bdeeba Color Hex

#BDEEBA
(189,238,186)
0 Favorites   0 Comments

Color spaces of #bdeeba

RGB 189238186
HSL0.320.600.83
HSV117°22°93°
CMYK 0.210.000.22   0.07
XYZ60.423775.513157.8452
Yxy75.51310.31180.3897
Hunter Lab86.8983-27.954121.3615
CIE-Lab89.6328-25.388520.1439

#bdeeba color RGB value is (189,238,186).

#bdeeba hex color red value is 189, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bdeeba hue: 0.32 , saturation: 0.60 and the lightness value of bdeeba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10111010
Octal 275 356 272
Decimal 189 238 186
Hex BD EE BA

RGB Percentages of Color #bdeeba

%30.83
%38.83
%30.34

CMYK Percentages of Color #bdeeba

%21
%0
%22
%7

Triadic Colors of #bdeeba

#bdeeba #babdee #eebabd

Analogous Colors of #bdeeba

#bdeeba #baeed1 #d7eeba

Monochromatic Colors of #bdeeba

#bdeeba

Complementary Color

#bdeeba #ebbaee

#bdeeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeeba Color CSS Codes

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

#bdeeba Text Font Color

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

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


#bdeeba Background Color

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

This div background color is #bdeeba


#bdeeba Border Color

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

This div border color is #bdeeba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,238,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdeeba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeeba


Comments

No comments written yet.

Please login to write comment.