Color Hex Logo

#ced83b Color Hex

#CED83B
(206,216,59)
0 Favorites   0 Comments

Color spaces of #ced83b

RGB 20621659
HSL0.180.670.54
HSV64°73°85°
CMYK 0.050.000.73   0.15
XYZ50.798962.549313.5335
Yxy62.54930.40040.4930
Hunter Lab79.0881-23.752345.2160
CIE-Lab83.2047-21.840771.2312

#ced83b color RGB value is (206,216,59).

#ced83b hex color red value is 206, green value is 216 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ced83b hue: 0.18 , saturation: 0.67 and the lightness value of ced83b is 0.54.

The process color (four color CMYK) of #ced83b color hex is 0.05, 0.00, 0.73, 0.15. Web safe color of #ced83b is #cccc33. Color #ced83b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011000 00111011
Octal 316 330 73
Decimal 206 216 59
Hex CE D8 3B

RGB Percentages of Color #ced83b

%42.83
%44.91
%12.27

CMYK Percentages of Color #ced83b

%5
%0
%73
%15

Triadic Colors of #ced83b

#ced83b #3bced8 #d83bce

Analogous Colors of #ced83b

#ced83b #80d83b #d8943b

Monochromatic Colors of #ced83b

#ced83b

Complementary Color

#ced83b #453bd8

#ced83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced83b Color CSS Codes

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

#ced83b Text Font Color

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

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


#ced83b Background Color

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

This div background color is #ced83b


#ced83b Border Color

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

This div border color is #ced83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced83b


Comments

No comments written yet.

Please login to write comment.