Color Hex Logo

#ceda8d Color Hex

#CEDA8D
(206,218,141)
0 Favorites   0 Comments

Color spaces of #ceda8d

RGB 206218141
HSL0.190.510.70
HSV69°35°85°
CMYK 0.060.000.35   0.15
XYZ55.332765.187734.8654
Yxy65.18770.35610.4195
Hunter Lab80.7389-18.961930.9141
CIE-Lab84.5804-16.041236.5865

#ceda8d color RGB value is (206,218,141).

#ceda8d hex color red value is 206, green value is 218 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ceda8d hue: 0.19 , saturation: 0.51 and the lightness value of ceda8d is 0.70.

The process color (four color CMYK) of #ceda8d color hex is 0.06, 0.00, 0.35, 0.15. Web safe color of #ceda8d is #cccc99. Color #ceda8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 10001101
Octal 316 332 215
Decimal 206 218 141
Hex CE DA 8D

RGB Percentages of Color #ceda8d

%36.46
%38.58
%24.96

CMYK Percentages of Color #ceda8d

%6
%0
%35
%15

Triadic Colors of #ceda8d

#ceda8d #8dceda #da8dce

Analogous Colors of #ceda8d

#ceda8d #a8da8d #dac08d

Monochromatic Colors of #ceda8d

#ceda8d

Complementary Color

#ceda8d #998dda

#ceda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda8d Color CSS Codes

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

#ceda8d Text Font Color

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

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


#ceda8d Background Color

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

This div background color is #ceda8d


#ceda8d Border Color

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

This div border color is #ceda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda8d


Comments

No comments written yet.

Please login to write comment.