Color Hex Logo

#ced749 Color Hex

#CED749
(206,215,73)
0 Favorites   0 Comments

Color spaces of #ced749

RGB 20621573
HSL0.180.640.56
HSV64°66°84°
CMYK 0.040.000.66   0.16
XYZ50.956662.203715.6242
Yxy62.20370.39570.4830
Hunter Lab78.8693-22.694443.4630
CIE-Lab83.0216-20.632266.0199

#ced749 color RGB value is (206,215,73).

#ced749 hex color red value is 206, green value is 215 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ced749 hue: 0.18 , saturation: 0.64 and the lightness value of ced749 is 0.56.

The process color (four color CMYK) of #ced749 color hex is 0.04, 0.00, 0.66, 0.16. Web safe color of #ced749 is #cccc33. Color #ced749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 01001001
Octal 316 327 111
Decimal 206 215 73
Hex CE D7 49

RGB Percentages of Color #ced749

%41.70
%43.52
%14.78

CMYK Percentages of Color #ced749

%4
%0
%66
%16

Triadic Colors of #ced749

#ced749 #49ced7 #d749ce

Analogous Colors of #ced749

#ced749 #87d749 #d79949

Monochromatic Colors of #ced749

#ced749

Complementary Color

#ced749 #5249d7

#ced749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced749 Color CSS Codes

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

#ced749 Text Font Color

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

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


#ced749 Background Color

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

This div background color is #ced749


#ced749 Border Color

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

This div border color is #ced749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced749


Comments

No comments written yet.

Please login to write comment.