Color Hex Logo

#ceda5a Color Hex

#CEDA5A
(206,218,90)
0 Favorites   0 Comments

Color spaces of #ceda5a

RGB 20621890
HSL0.180.630.60
HSV66°59°85°
CMYK 0.060.000.59   0.15
XYZ52.370564.002819.2664
Yxy64.00280.38610.4719
Hunter Lab80.0017-23.153941.7227
CIE-Lab83.9672-20.985560.0753

#ceda5a color RGB value is (206,218,90).

#ceda5a hex color red value is 206, green value is 218 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ceda5a hue: 0.18 , saturation: 0.63 and the lightness value of ceda5a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 01011010
Octal 316 332 132
Decimal 206 218 90
Hex CE DA 5A

RGB Percentages of Color #ceda5a

%40.08
%42.41
%17.51

CMYK Percentages of Color #ceda5a

%6
%0
%59
%15

Triadic Colors of #ceda5a

#ceda5a #5aceda #da5ace

Analogous Colors of #ceda5a

#ceda5a #8eda5a #daa65a

Monochromatic Colors of #ceda5a

#ceda5a

Complementary Color

#ceda5a #665ada

#ceda5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda5a Color CSS Codes

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

#ceda5a Text Font Color

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

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


#ceda5a Background Color

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

This div background color is #ceda5a


#ceda5a Border Color

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

This div border color is #ceda5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda5a


Comments

No comments written yet.

Please login to write comment.