Color Hex Logo

#bdfccc Color Hex

#BDFCCC
(189,252,204)
0 Favorites   0 Comments

Color spaces of #bdfccc

RGB 189252204
HSL0.370.910.86
HSV134°25°99°
CMYK 0.250.000.19   0.01
XYZ66.695884.799369.9794
Yxy84.79930.30110.3829
Hunter Lab92.0865-31.868719.4043
CIE-Lab93.7966-28.947016.7074

#bdfccc color RGB value is (189,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11001100
Octal 275 374 314
Decimal 189 252 204
Hex BD FC CC

RGB Percentages of Color #bdfccc

%29.30
%39.07
%31.63

CMYK Percentages of Color #bdfccc

%25
%0
%19
%1

Triadic Colors of #bdfccc

#bdfccc #ccbdfc #fcccbd

Analogous Colors of #bdfccc

#bdfccc #bdfcec #cefcbd

Monochromatic Colors of #bdfccc

#bdfccc

Complementary Color

#bdfccc #fcbded

#bdfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfccc Color CSS Codes

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

#bdfccc Text Font Color

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

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


#bdfccc Background Color

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

This div background color is #bdfccc


#bdfccc Border Color

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

This div border color is #bdfccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfccc


Comments

No comments written yet.

Please login to write comment.