color codes Logo

#cedb0e color codes

#CEDB0E
(206,219,14)
0 Favorites   0 Comments

Color spaces of #cedb0e

RGB 20621914
HSL0.180.880.46
HSV64°94°86°
CMYK 0.060.000.94   0.14
XYZ50.864463.816610.0525
Yxy63.81660.40780.5116
Hunter Lab79.8853-26.145148.4588
CIE-Lab83.8702-24.535081.7970

#cedb0e color RGB value is (206,219,14).

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

The process color (four color CMYK) of #cedb0e color code is 0.06, 0.00, 0.94, 0.14. Web safe color of #cedb0e is #cccc00. Color #cedb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 00001110
Octal 316 333 16
Decimal 206 219 14
Hex CE DB E

RGB Percentages of Color #cedb0e

%46.92
%49.89
%3.19

CMYK Percentages of Color #cedb0e

%6
%0
%94
%14

Triadic Colors of #cedb0e

#cedb0e #0ecedb #db0ece

Analogous Colors of #cedb0e

#cedb0e #68db0e #db820e

Monochromatic Colors of #cedb0e

#cedb0e

Complementary Color

#cedb0e #1b0edb

#cedb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb0e Color CSS Codes

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

#cedb0e Text Font Color

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

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


#cedb0e Background Color

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

This div background color is #cedb0e


#cedb0e Border Color

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

This div border color is #cedb0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,219,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 #cedb0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb0e


Comments

No comments written yet.

Please login to write comment.