Color Hex Logo

#bdeccc Color Hex

#BDECCC
(189,236,204)
0 Favorites   0 Comments

Color spaces of #bdeccc

RGB 189236204
HSL0.390.550.83
HSV139°20°93°
CMYK 0.200.000.14   0.07
XYZ61.880875.169468.3744
Yxy75.16940.30120.3659
Hunter Lab86.7003-24.324313.9324
CIE-Lab89.4723-21.268210.5815

#bdeccc color RGB value is (189,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11001100
Octal 275 354 314
Decimal 189 236 204
Hex BD EC CC

RGB Percentages of Color #bdeccc

%30.05
%37.52
%32.43

CMYK Percentages of Color #bdeccc

%20
%0
%14
%7

Triadic Colors of #bdeccc

#bdeccc #ccbdec #ecccbd

Analogous Colors of #bdeccc

#bdeccc #bdece4 #c6ecbd

Monochromatic Colors of #bdeccc

#bdeccc

Complementary Color

#bdeccc #ecbddd

#bdeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeccc Color CSS Codes

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

#bdeccc Text Font Color

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

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


#bdeccc Background Color

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

This div background color is #bdeccc


#bdeccc Border Color

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

This div border color is #bdeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeccc


Comments

No comments written yet.

Please login to write comment.