Color Hex Logo

#bdedcc Color Hex

#BDEDCC
(189,237,204)
0 Favorites   0 Comments

Color spaces of #bdedcc

RGB 189237204
HSL0.390.570.84
HSV139°20°93°
CMYK 0.200.000.14   0.07
XYZ62.169575.746868.4707
Yxy75.74680.30120.3670
Hunter Lab87.0326-24.800314.2780
CIE-Lab89.7417-21.756410.9655

#bdedcc color RGB value is (189,237,204).

#bdedcc hex color red value is 189, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdedcc hue: 0.39 , saturation: 0.57 and the lightness value of bdedcc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11001100
Octal 275 355 314
Decimal 189 237 204
Hex BD ED CC

RGB Percentages of Color #bdedcc

%30.00
%37.62
%32.38

CMYK Percentages of Color #bdedcc

%20
%0
%14
%7

Triadic Colors of #bdedcc

#bdedcc #ccbded #edccbd

Analogous Colors of #bdedcc

#bdedcc #bdede4 #c6edbd

Monochromatic Colors of #bdedcc

#bdedcc

Complementary Color

#bdedcc #edbdde

#bdedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedcc Color CSS Codes

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

#bdedcc Text Font Color

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

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


#bdedcc Background Color

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

This div background color is #bdedcc


#bdedcc Border Color

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

This div border color is #bdedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedcc


Comments

No comments written yet.

Please login to write comment.