Color Hex Logo

#ceda0a Color Hex

#CEDA0A
(206,218,10)
0 Favorites   0 Comments

Color spaces of #ceda0a

RGB 20621810
HSL0.180.910.45
HSV63°95°85°
CMYK 0.060.000.95   0.15
XYZ50.579863.28659.8368
Yxy63.28650.40890.5116
Hunter Lab79.5528-25.726848.3557
CIE-Lab83.5929-24.098281.9701

#ceda0a color RGB value is (206,218,10).

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

The process color (four color CMYK) of #ceda0a color hex is 0.06, 0.00, 0.95, 0.15. Web safe color of #ceda0a is #cccc00. Color #ceda0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 00001010
Octal 316 332 12
Decimal 206 218 10
Hex CE DA A

RGB Percentages of Color #ceda0a

%47.47
%50.23
%2.30

CMYK Percentages of Color #ceda0a

%6
%0
%95
%15

Triadic Colors of #ceda0a

#ceda0a #0aceda #da0ace

Analogous Colors of #ceda0a

#ceda0a #66da0a #da7e0a

Monochromatic Colors of #ceda0a

#ceda0a

Complementary Color

#ceda0a #160ada

#ceda0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda0a Color CSS Codes

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

#ceda0a Text Font Color

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

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


#ceda0a Background Color

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

This div background color is #ceda0a


#ceda0a Border Color

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

This div border color is #ceda0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda0a


Comments

No comments written yet.

Please login to write comment.