Color Hex Logo

#cec61b Color Hex

#CEC61B
(206,198,27)
0 Favorites   0 Comments

Color spaces of #cec61b

RGB 20619827
HSL0.160.770.46
HSV57°87°81°
CMYK 0.000.040.87   0.19
XYZ45.845553.58918.9643
Yxy53.58910.42290.4944
Hunter Lab73.2046-16.319643.9828
CIE-Lab78.2215-14.003975.4450

#cec61b color RGB value is (206,198,27).

#cec61b hex color red value is 206, green value is 198 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cec61b hue: 0.16 , saturation: 0.77 and the lightness value of cec61b is 0.46.

The process color (four color CMYK) of #cec61b color hex is 0.00, 0.04, 0.87, 0.19. Web safe color of #cec61b is #cccc33. Color #cec61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 00011011
Octal 316 306 33
Decimal 206 198 27
Hex CE C6 1B

RGB Percentages of Color #cec61b

%47.80
%45.94
%6.26

CMYK Percentages of Color #cec61b

%0
%4
%87
%19

Triadic Colors of #cec61b

#cec61b #1bcec6 #c61bce

Analogous Colors of #cec61b

#cec61b #7dce1b #ce6d1b

Monochromatic Colors of #cec61b

#cec61b

Complementary Color

#cec61b #1b23ce

#cec61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec61b Color CSS Codes

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

#cec61b Text Font Color

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

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


#cec61b Background Color

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

This div background color is #cec61b


#cec61b Border Color

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

This div border color is #cec61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec61b


Comments

No comments written yet.

Please login to write comment.