Color Hex Logo

#ceda0e Color Hex

#CEDA0E
(206,218,14)
0 Favorites   0 Comments

Color spaces of #ceda0e

RGB 20621814
HSL0.180.880.45
HSV64°94°85°
CMYK 0.060.000.94   0.15
XYZ50.604363.29639.9657
Yxy63.29630.40850.5110
Hunter Lab79.5590-25.691448.2645
CIE-Lab83.5980-24.055081.5887

#ceda0e color RGB value is (206,218,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 00001110
Octal 316 332 16
Decimal 206 218 14
Hex CE DA E

RGB Percentages of Color #ceda0e

%47.03
%49.77
%3.20

CMYK Percentages of Color #ceda0e

%6
%0
%94
%15

Triadic Colors of #ceda0e

#ceda0e #0eceda #da0ece

Analogous Colors of #ceda0e

#ceda0e #68da0e #da800e

Monochromatic Colors of #ceda0e

#ceda0e

Complementary Color

#ceda0e #1a0eda

#ceda0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda0e Color CSS Codes

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

#ceda0e Text Font Color

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

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


#ceda0e Background Color

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

This div background color is #ceda0e


#ceda0e Border Color

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

This div border color is #ceda0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda0e


Comments

No comments written yet.

Please login to write comment.