Color Hex Logo

#bdffcd Color Hex

#BDFFCD
(189,255,205)
0 Favorites   0 Comments

Color spaces of #bdffcd

RGB 189255205
HSL0.371.000.87
HSV135°26°100°
CMYK 0.260.000.20   0.00
XYZ67.765786.746670.9297
Yxy86.74660.30060.3848
Hunter Lab93.1379-33.117320.0438
CIE-Lab94.6307-30.179017.3677

#bdffcd color RGB value is (189,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 11001101
Octal 275 377 315
Decimal 189 255 205
Hex BD FF CD

RGB Percentages of Color #bdffcd

%29.12
%39.29
%31.59

CMYK Percentages of Color #bdffcd

%26
%0
%20
%0

Triadic Colors of #bdffcd

#bdffcd #cdbdff #ffcdbd

Analogous Colors of #bdffcd

#bdffcd #bdffee #ceffbd

Monochromatic Colors of #bdffcd

#bdffcd

Complementary Color

#bdffcd #ffbdef

#bdffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffcd Color CSS Codes

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

#bdffcd Text Font Color

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

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


#bdffcd Background Color

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

This div background color is #bdffcd


#bdffcd Border Color

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

This div border color is #bdffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffcd


Comments

No comments written yet.

Please login to write comment.