Color Hex Logo

#bdcecc Color Hex

#BDCECC
(189,206,204)
0 Favorites   0 Comments

Color spaces of #bdcecc

RGB 189206204
HSL0.480.150.77
HSV173°81°
CMYK 0.080.000.01   0.19
XYZ53.956759.321165.7330
Yxy59.32110.30140.3314
Hunter Lab77.0202-9.73673.3130
CIE-Lab81.4678-6.1147-0.9850

#bdcecc color RGB value is (189,206,204).

#bdcecc hex color red value is 189, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdcecc hue: 0.48 , saturation: 0.15 and the lightness value of bdcecc is 0.77.

The process color (four color CMYK) of #bdcecc color hex is 0.08, 0.00, 0.01, 0.19. Web safe color of #bdcecc is #cccccc. Color #bdcecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11001100
Octal 275 316 314
Decimal 189 206 204
Hex BD CE CC

RGB Percentages of Color #bdcecc

%31.55
%34.39
%34.06

CMYK Percentages of Color #bdcecc

%8
%0
%1
%19

Triadic Colors of #bdcecc

#bdcecc #ccbdce #ceccbd

Analogous Colors of #bdcecc

#bdcecc #bdc8ce #bdcec4

Monochromatic Colors of #bdcecc

#bdcecc

Complementary Color

#bdcecc #cebdbf

#bdcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcecc Color CSS Codes

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

#bdcecc Text Font Color

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

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


#bdcecc Background Color

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

This div background color is #bdcecc


#bdcecc Border Color

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

This div border color is #bdcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcecc


Comments

No comments written yet.

Please login to write comment.