Color Hex Logo

#cec83b Color Hex

#CEC83B
(206,200,59)
0 Favorites   0 Comments

Color spaces of #cec83b

RGB 20620059
HSL0.160.600.52
HSV58°71°81°
CMYK 0.000.030.71   0.19
XYZ46.897354.746112.2330
Yxy54.74610.41180.4808
Hunter Lab73.9906-16.345341.9909
CIE-Lab78.8948-13.929867.1057

#cec83b color RGB value is (206,200,59).

#cec83b hex color red value is 206, green value is 200 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cec83b hue: 0.16 , saturation: 0.60 and the lightness value of cec83b is 0.52.

The process color (four color CMYK) of #cec83b color hex is 0.00, 0.03, 0.71, 0.19. Web safe color of #cec83b is #cccc33. Color #cec83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 00111011
Octal 316 310 73
Decimal 206 200 59
Hex CE C8 3B

RGB Percentages of Color #cec83b

%44.30
%43.01
%12.69

CMYK Percentages of Color #cec83b

%0
%3
%71
%19

Triadic Colors of #cec83b

#cec83b #3bcec8 #c83bce

Analogous Colors of #cec83b

#cec83b #8bce3b #ce7f3b

Monochromatic Colors of #cec83b

#cec83b

Complementary Color

#cec83b #3b41ce

#cec83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec83b Color CSS Codes

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

#cec83b Text Font Color

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

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


#cec83b Background Color

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

This div background color is #cec83b


#cec83b Border Color

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

This div border color is #cec83b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,200,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 #cec83b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec83b


Comments

No comments written yet.

Please login to write comment.