Color Hex Logo

#cedabc Color Hex

#CEDABC
(206,218,188)
0 Favorites   0 Comments

Color spaces of #cedabc

RGB 206218188
HSL0.230.290.80
HSV84°14°85°
CMYK 0.060.000.14   0.15
XYZ59.602166.895557.3477
Yxy66.89550.32420.3639
Hunter Lab81.7897-13.054715.6810
CIE-Lab85.4511-9.321713.3999

#cedabc color RGB value is (206,218,188).

#cedabc hex color red value is 206, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cedabc hue: 0.23 , saturation: 0.29 and the lightness value of cedabc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 10111100
Octal 316 332 274
Decimal 206 218 188
Hex CE DA BC

RGB Percentages of Color #cedabc

%33.66
%35.62
%30.72

CMYK Percentages of Color #cedabc

%6
%0
%14
%15

Triadic Colors of #cedabc

#cedabc #bcceda #dabcce

Analogous Colors of #cedabc

#cedabc #bfdabc #dad7bc

Monochromatic Colors of #cedabc

#cedabc

Complementary Color

#cedabc #c8bcda

#cedabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedabc Color CSS Codes

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

#cedabc Text Font Color

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

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


#cedabc Background Color

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

This div background color is #cedabc


#cedabc Border Color

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

This div border color is #cedabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedabc


Comments

No comments written yet.

Please login to write comment.