Color Hex Logo

#bdfdca Color Hex

#BDFDCA
(189,253,202)
0 Favorites   0 Comments

Color spaces of #bdfdca

RGB 189253202
HSL0.370.940.87
HSV132°25°99°
CMYK 0.250.000.20   0.01
XYZ66.772285.333668.8289
Yxy85.33360.30220.3862
Hunter Lab92.3762-32.633320.4867
CIE-Lab94.0267-29.769318.0552

#bdfdca color RGB value is (189,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11001010
Octal 275 375 312
Decimal 189 253 202
Hex BD FD CA

RGB Percentages of Color #bdfdca

%29.35
%39.29
%31.37

CMYK Percentages of Color #bdfdca

%25
%0
%20
%1

Triadic Colors of #bdfdca

#bdfdca #cabdfd #fdcabd

Analogous Colors of #bdfdca

#bdfdca #bdfdea #d0fdbd

Monochromatic Colors of #bdfdca

#bdfdca

Complementary Color

#bdfdca #fdbdf0

#bdfdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdca Color CSS Codes

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

#bdfdca Text Font Color

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

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


#bdfdca Background Color

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

This div background color is #bdfdca


#bdfdca Border Color

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

This div border color is #bdfdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdca


Comments

No comments written yet.

Please login to write comment.