Color Hex Logo

#ced012 Color Hex

#CED012
(206,208,18)
0 Favorites   0 Comments

Color spaces of #ced012

RGB 20620818
HSL0.170.840.44
HSV61°91°82°
CMYK 0.010.000.91   0.18
XYZ48.118758.27729.2848
Yxy58.27720.41600.5038
Hunter Lab76.3395-21.081146.2265
CIE-Lab80.8927-19.140679.0256

#ced012 color RGB value is (206,208,18).

#ced012 hex color red value is 206, green value is 208 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ced012 hue: 0.17 , saturation: 0.84 and the lightness value of ced012 is 0.44.

The process color (four color CMYK) of #ced012 color hex is 0.01, 0.00, 0.91, 0.18. Web safe color of #ced012 is #cccc00. Color #ced012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010000 00010010
Octal 316 320 22
Decimal 206 208 18
Hex CE D0 12

RGB Percentages of Color #ced012

%47.69
%48.15
%4.17

CMYK Percentages of Color #ced012

%1
%0
%91
%18

Triadic Colors of #ced012

#ced012 #12ced0 #d012ce

Analogous Colors of #ced012

#ced012 #6fd012 #d07312

Monochromatic Colors of #ced012

#ced012

Complementary Color

#ced012 #1412d0

#ced012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced012 Color CSS Codes

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

#ced012 Text Font Color

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

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


#ced012 Background Color

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

This div background color is #ced012


#ced012 Border Color

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

This div border color is #ced012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced012


Comments

No comments written yet.

Please login to write comment.