Color Hex Logo

#bdebc1 Color Hex

#BDEBC1
(189,235,193)
0 Favorites   0 Comments

Color spaces of #bdebc1

RGB 189235193
HSL0.350.530.83
HSV125°20°92°
CMYK 0.200.000.18   0.08
XYZ60.320274.085761.5728
Yxy74.08570.30780.3780
Hunter Lab86.0731-25.534617.8377
CIE-Lab88.9630-22.746915.5818

#bdebc1 color RGB value is (189,235,193).

#bdebc1 hex color red value is 189, green value is 235 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bdebc1 hue: 0.35 , saturation: 0.53 and the lightness value of bdebc1 is 0.83.

The process color (four color CMYK) of #bdebc1 color hex is 0.20, 0.00, 0.18, 0.08. Web safe color of #bdebc1 is #ccffcc. Color #bdebc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11000001
Octal 275 353 301
Decimal 189 235 193
Hex BD EB C1

RGB Percentages of Color #bdebc1

%30.63
%38.09
%31.28

CMYK Percentages of Color #bdebc1

%20
%0
%18
%8

Triadic Colors of #bdebc1

#bdebc1 #c1bdeb #ebc1bd

Analogous Colors of #bdebc1

#bdebc1 #bdebd8 #d0ebbd

Monochromatic Colors of #bdebc1

#bdebc1

Complementary Color

#bdebc1 #ebbde7

#bdebc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebc1 Color CSS Codes

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

#bdebc1 Text Font Color

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

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


#bdebc1 Background Color

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

This div background color is #bdebc1


#bdebc1 Border Color

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

This div border color is #bdebc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebc1


Comments

No comments written yet.

Please login to write comment.