Color Hex Logo

#ced73f Color Hex

#CED73F
(206,215,63)
0 Favorites   0 Comments

Color spaces of #ced73f

RGB 20621563
HSL0.180.660.55
HSV64°71°84°
CMYK 0.040.000.71   0.16
XYZ50.651262.081614.0160
Yxy62.08160.39960.4898
Hunter Lab78.7919-23.137444.6074
CIE-Lab82.9568-21.165969.6315

#ced73f color RGB value is (206,215,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 00111111
Octal 316 327 77
Decimal 206 215 63
Hex CE D7 3F

RGB Percentages of Color #ced73f

%42.56
%44.42
%13.02

CMYK Percentages of Color #ced73f

%4
%0
%71
%16

Triadic Colors of #ced73f

#ced73f #3fced7 #d73fce

Analogous Colors of #ced73f

#ced73f #82d73f #d7943f

Monochromatic Colors of #ced73f

#ced73f

Complementary Color

#ced73f #483fd7

#ced73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced73f Color CSS Codes

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

#ced73f Text Font Color

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

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


#ced73f Background Color

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

This div background color is #ced73f


#ced73f Border Color

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

This div border color is #ced73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced73f


Comments

No comments written yet.

Please login to write comment.