Color Hex Logo

#bdfcec Color Hex

#BDFCEC
(189,252,236)
0 Favorites   0 Comments

Color spaces of #bdfcec

RGB 189252236
HSL0.460.910.86
HSV165°25°99°
CMYK 0.250.000.06   0.01
XYZ70.937086.495892.3135
Yxy86.49580.28400.3463
Hunter Lab93.0031-26.60676.2518
CIE-Lab94.5239-22.85711.2667

#bdfcec color RGB value is (189,252,236).

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

The process color (four color CMYK) of #bdfcec color hex is 0.25, 0.00, 0.06, 0.01. Web safe color of #bdfcec is #ccffff. Color #bdfcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11101100
Octal 275 374 354
Decimal 189 252 236
Hex BD FC EC

RGB Percentages of Color #bdfcec

%27.92
%37.22
%34.86

CMYK Percentages of Color #bdfcec

%25
%0
%6
%1

Triadic Colors of #bdfcec

#bdfcec #ecbdfc #fcecbd

Analogous Colors of #bdfcec

#bdfcec #bdedfc #bdfccd

Monochromatic Colors of #bdfcec

#bdfcec

Complementary Color

#bdfcec #fcbdcd

#bdfcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcec Color CSS Codes

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

#bdfcec Text Font Color

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

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


#bdfcec Background Color

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

This div background color is #bdfcec


#bdfcec Border Color

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

This div border color is #bdfcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcec


Comments

No comments written yet.

Please login to write comment.