Color Hex Logo

#cea64b Color Hex

#CEA64B
(206,166,75)
0 Favorites   0 Comments

Color spaces of #cea64b

RGB 20616675
HSL0.120.570.55
HSV42°64°81°
CMYK 0.000.190.64   0.19
XYZ40.359840.902212.4243
Yxy40.90220.43080.4366
Hunter Lab63.95480.724633.2503
CIE-Lab70.10734.662151.4545

#cea64b color RGB value is (206,166,75).

#cea64b hex color red value is 206, green value is 166 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cea64b hue: 0.12 , saturation: 0.57 and the lightness value of cea64b is 0.55.

The process color (four color CMYK) of #cea64b color hex is 0.00, 0.19, 0.64, 0.19. Web safe color of #cea64b is #cc9933. Color #cea64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 01001011
Octal 316 246 113
Decimal 206 166 75
Hex CE A6 4B

RGB Percentages of Color #cea64b

%46.09
%37.14
%16.78

CMYK Percentages of Color #cea64b

%0
%19
%64
%19

Triadic Colors of #cea64b

#cea64b #4bcea6 #a64bce

Analogous Colors of #cea64b

#cea64b #b5ce4b #ce654b

Monochromatic Colors of #cea64b

#cea64b

Complementary Color

#cea64b #4b73ce

#cea64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea64b Color CSS Codes

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

#cea64b Text Font Color

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

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


#cea64b Background Color

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

This div background color is #cea64b


#cea64b Border Color

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

This div border color is #cea64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea64b


Comments

No comments written yet.

Please login to write comment.