Color Hex Logo

#ceda0f Color Hex

#CEDA0F
(206,218,15)
0 Favorites   0 Comments

Color spaces of #ceda0f

RGB 20621815
HSL0.180.870.46
HSV64°93°85°
CMYK 0.060.000.93   0.15
XYZ50.611263.299110.0024
Yxy63.29910.40840.5108
Hunter Lab79.5607-25.681648.2386
CIE-Lab83.5995-24.042981.4807

#ceda0f color RGB value is (206,218,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 00001111
Octal 316 332 17
Decimal 206 218 15
Hex CE DA F

RGB Percentages of Color #ceda0f

%46.92
%49.66
%3.42

CMYK Percentages of Color #ceda0f

%6
%0
%93
%15

Triadic Colors of #ceda0f

#ceda0f #0fceda #da0fce

Analogous Colors of #ceda0f

#ceda0f #69da0f #da810f

Monochromatic Colors of #ceda0f

#ceda0f

Complementary Color

#ceda0f #1b0fda

#ceda0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda0f Color CSS Codes

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

#ceda0f Text Font Color

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

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


#ceda0f Background Color

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

This div background color is #ceda0f


#ceda0f Border Color

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

This div border color is #ceda0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda0f


Comments

No comments written yet.

Please login to write comment.