Color Hex Logo

#ceddba Color Hex

#CEDDBA
(206,221,186)
0 Favorites   0 Comments

Color spaces of #ceddba

RGB 206221186
HSL0.240.340.80
HSV86°16°87°
CMYK 0.070.000.16   0.13
XYZ60.173068.379956.4816
Yxy68.37990.32520.3696
Hunter Lab82.6921-14.821317.3874
CIE-Lab86.1961-11.170415.5014

#ceddba color RGB value is (206,221,186).

#ceddba hex color red value is 206, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ceddba hue: 0.24 , saturation: 0.34 and the lightness value of ceddba is 0.80.

The process color (four color CMYK) of #ceddba color hex is 0.07, 0.00, 0.16, 0.13. Web safe color of #ceddba is #cccccc. Color #ceddba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 10111010
Octal 316 335 272
Decimal 206 221 186
Hex CE DD BA

RGB Percentages of Color #ceddba

%33.61
%36.05
%30.34

CMYK Percentages of Color #ceddba

%7
%0
%16
%13

Triadic Colors of #ceddba

#ceddba #bacedd #ddbace

Analogous Colors of #ceddba

#ceddba #bdddba #dddbba

Monochromatic Colors of #ceddba

#ceddba

Complementary Color

#ceddba #c9badd

#ceddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddba Color CSS Codes

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

#ceddba Text Font Color

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

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


#ceddba Background Color

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

This div background color is #ceddba


#ceddba Border Color

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

This div border color is #ceddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddba


Comments

No comments written yet.

Please login to write comment.