Color Hex Logo

#bdeebc Color Hex

#BDEEBC
(189,238,188)
0 Favorites   0 Comments

Color spaces of #bdeebc

RGB 189238188
HSL0.330.600.84
HSV119°21°93°
CMYK 0.210.000.21   0.07
XYZ60.637975.598758.9730
Yxy75.59870.31060.3873
Hunter Lab86.9475-27.670820.6492
CIE-Lab89.6727-25.053019.1667

#bdeebc color RGB value is (189,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10111100
Octal 275 356 274
Decimal 189 238 188
Hex BD EE BC

RGB Percentages of Color #bdeebc

%30.73
%38.70
%30.57

CMYK Percentages of Color #bdeebc

%21
%0
%21
%7

Triadic Colors of #bdeebc

#bdeebc #bcbdee #eebcbd

Analogous Colors of #bdeebc

#bdeebc #bceed4 #d6eebc

Monochromatic Colors of #bdeebc

#bdeebc

Complementary Color

#bdeebc #edbcee

#bdeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeebc Color CSS Codes

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

#bdeebc Text Font Color

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

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


#bdeebc Background Color

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

This div background color is #bdeebc


#bdeebc Border Color

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

This div border color is #bdeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeebc


Comments

No comments written yet.

Please login to write comment.