Color Hex Logo

#bdfccd Color Hex

#BDFCCD
(189,252,205)
0 Favorites   0 Comments

Color spaces of #bdfccd

RGB 189252205
HSL0.380.910.86
HSV135°25°99°
CMYK 0.250.000.19   0.01
XYZ66.816184.847470.6132
Yxy84.84740.30060.3817
Hunter Lab92.1126-31.717919.0274
CIE-Lab93.8173-28.769516.2236

#bdfccd color RGB value is (189,252,205).

#bdfccd hex color red value is 189, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdfccd hue: 0.38 , saturation: 0.91 and the lightness value of bdfccd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11001101
Octal 275 374 315
Decimal 189 252 205
Hex BD FC CD

RGB Percentages of Color #bdfccd

%29.26
%39.01
%31.73

CMYK Percentages of Color #bdfccd

%25
%0
%19
%1

Triadic Colors of #bdfccd

#bdfccd #cdbdfc #fccdbd

Analogous Colors of #bdfccd

#bdfccd #bdfced #cdfcbd

Monochromatic Colors of #bdfccd

#bdfccd

Complementary Color

#bdfccd #fcbdec

#bdfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfccd Color CSS Codes

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

#bdfccd Text Font Color

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

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


#bdfccd Background Color

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

This div background color is #bdfccd


#bdfccd Border Color

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

This div border color is #bdfccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,252,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 #bdfccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfccd


Comments

No comments written yet.

Please login to write comment.