Color Hex Logo

#cedbb6 Color Hex

#CEDBB6
(206,219,182)
0 Favorites   0 Comments

Color spaces of #cedbb6

RGB 206219182
HSL0.230.340.79
HSV81°17°86°
CMYK 0.060.000.17   0.14
XYZ59.228667.162254.0979
Yxy67.16220.32820.3721
Hunter Lab81.9525-14.411818.2287
CIE-Lab85.5858-10.797916.7425

#cedbb6 color RGB value is (206,219,182).

#cedbb6 hex color red value is 206, green value is 219 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #cedbb6 hue: 0.23 , saturation: 0.34 and the lightness value of cedbb6 is 0.79.

The process color (four color CMYK) of #cedbb6 color hex is 0.06, 0.00, 0.17, 0.14. Web safe color of #cedbb6 is #cccccc. Color #cedbb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 10110110
Octal 316 333 266
Decimal 206 219 182
Hex CE DB B6

RGB Percentages of Color #cedbb6

%33.94
%36.08
%29.98

CMYK Percentages of Color #cedbb6

%6
%0
%17
%14

Triadic Colors of #cedbb6

#cedbb6 #b6cedb #dbb6ce

Analogous Colors of #cedbb6

#cedbb6 #bcdbb6 #dbd6b6

Monochromatic Colors of #cedbb6

#cedbb6

Complementary Color

#cedbb6 #c3b6db

#cedbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbb6 Color CSS Codes

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

#cedbb6 Text Font Color

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

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


#cedbb6 Background Color

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

This div background color is #cedbb6


#cedbb6 Border Color

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

This div border color is #cedbb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,219,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbb6


Comments

No comments written yet.

Please login to write comment.