Color Hex Logo

#ceda7c Color Hex

#CEDA7C
(206,218,124)
0 Favorites   0 Comments

Color spaces of #ceda7c

RGB 206218124
HSL0.190.560.67
HSV68°43°85°
CMYK 0.060.000.43   0.15
XYZ54.163164.719928.7063
Yxy64.71990.36700.4385
Hunter Lab80.4487-20.607835.1578
CIE-Lab84.3392-17.964244.7550

#ceda7c color RGB value is (206,218,124).

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

The process color (four color CMYK) of #ceda7c color hex is 0.06, 0.00, 0.43, 0.15. Web safe color of #ceda7c is #cccc66. Color #ceda7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 01111100
Octal 316 332 174
Decimal 206 218 124
Hex CE DA 7C

RGB Percentages of Color #ceda7c

%37.59
%39.78
%22.63

CMYK Percentages of Color #ceda7c

%6
%0
%43
%15

Triadic Colors of #ceda7c

#ceda7c #7cceda #da7cce

Analogous Colors of #ceda7c

#ceda7c #9fda7c #dab77c

Monochromatic Colors of #ceda7c

#ceda7c

Complementary Color

#ceda7c #887cda

#ceda7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda7c Color CSS Codes

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

#ceda7c Text Font Color

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

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


#ceda7c Background Color

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

This div background color is #ceda7c


#ceda7c Border Color

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

This div border color is #ceda7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda7c


Comments

No comments written yet.

Please login to write comment.