Color Hex Logo

#bdecec Color Hex

#BDECEC
(189,236,236)
0 Favorites   0 Comments

Color spaces of #bdecec

RGB 189236236
HSL0.500.550.83
HSV180°20°93°
CMYK 0.200.000.00   0.07
XYZ66.122076.865990.7085
Yxy76.86590.28290.3289
Hunter Lab87.6732-18.80570.0286
CIE-Lab90.2599-14.9804-4.9817

#bdecec color RGB value is (189,236,236).

#bdecec hex color red value is 189, green value is 236 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bdecec hue: 0.50 , saturation: 0.55 and the lightness value of bdecec is 0.83.

The process color (four color CMYK) of #bdecec color hex is 0.20, 0.00, 0.00, 0.07. Web safe color of #bdecec is #ccffff. Color #bdecec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11101100
Octal 275 354 354
Decimal 189 236 236
Hex BD EC EC

RGB Percentages of Color #bdecec

%28.59
%35.70
%35.70

CMYK Percentages of Color #bdecec

%20
%0
%0
%7

Triadic Colors of #bdecec

#bdecec #ecbdec #ececbd

Analogous Colors of #bdecec

#bdecec #bdd5ec #bdecd5

Monochromatic Colors of #bdecec

#bdecec

Complementary Color

#bdecec #ecbdbd

#bdecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecec Color CSS Codes

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

#bdecec Text Font Color

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

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


#bdecec Background Color

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

This div background color is #bdecec


#bdecec Border Color

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

This div border color is #bdecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecec


Comments

No comments written yet.

Please login to write comment.