Color Hex Logo

#ced11d Color Hex

#CED11D
(206,209,29)
0 Favorites   0 Comments

Color spaces of #ced11d

RGB 20620929
HSL0.170.760.47
HSV61°86°82°
CMYK 0.010.000.86   0.18
XYZ48.475858.81149.9592
Yxy58.81140.41350.5016
Hunter Lab76.6886-21.373045.9823
CIE-Lab81.1878-19.429577.4528

#ced11d color RGB value is (206,209,29).

#ced11d hex color red value is 206, green value is 209 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ced11d hue: 0.17 , saturation: 0.76 and the lightness value of ced11d is 0.47.

The process color (four color CMYK) of #ced11d color hex is 0.01, 0.00, 0.86, 0.18. Web safe color of #ced11d is #cccc33. Color #ced11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 00011101
Octal 316 321 35
Decimal 206 209 29
Hex CE D1 1D

RGB Percentages of Color #ced11d

%46.40
%47.07
%6.53

CMYK Percentages of Color #ced11d

%1
%0
%86
%18

Triadic Colors of #ced11d

#ced11d #1dced1 #d11dce

Analogous Colors of #ced11d

#ced11d #74d11d #d17a1d

Monochromatic Colors of #ced11d

#ced11d

Complementary Color

#ced11d #201dd1

#ced11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced11d Color CSS Codes

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

#ced11d Text Font Color

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

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


#ced11d Background Color

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

This div background color is #ced11d


#ced11d Border Color

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

This div border color is #ced11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced11d


Comments

No comments written yet.

Please login to write comment.