Color Hex Logo

#bdfdcb Color Hex

#BDFDCB
(189,253,203)
0 Favorites   0 Comments

Color spaces of #bdfdcb

RGB 189253203
HSL0.370.940.87
HSV133°25°99°
CMYK 0.250.000.20   0.01
XYZ66.891085.381269.4546
Yxy85.38120.30170.3851
Hunter Lab92.4019-32.484920.1156
CIE-Lab94.0471-29.594017.5719

#bdfdcb color RGB value is (189,253,203).

#bdfdcb hex color red value is 189, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdfdcb hue: 0.37 , saturation: 0.94 and the lightness value of bdfdcb is 0.87.

The process color (four color CMYK) of #bdfdcb color hex is 0.25, 0.00, 0.20, 0.01. Web safe color of #bdfdcb is #ccffcc. Color #bdfdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11001011
Octal 275 375 313
Decimal 189 253 203
Hex BD FD CB

RGB Percentages of Color #bdfdcb

%29.30
%39.22
%31.47

CMYK Percentages of Color #bdfdcb

%25
%0
%20
%1

Triadic Colors of #bdfdcb

#bdfdcb #cbbdfd #fdcbbd

Analogous Colors of #bdfdcb

#bdfdcb #bdfdeb #cffdbd

Monochromatic Colors of #bdfdcb

#bdfdcb

Complementary Color

#bdfdcb #fdbdef

#bdfdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdcb Color CSS Codes

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

#bdfdcb Text Font Color

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

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


#bdfdcb Background Color

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

This div background color is #bdfdcb


#bdfdcb Border Color

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

This div border color is #bdfdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdcb


Comments

No comments written yet.

Please login to write comment.