Color Hex Logo

#cea133 Color Hex

#CEA133
(206,161,51)
0 Favorites   0 Comments

Color spaces of #cea133

RGB 20616151
HSL0.120.610.50
HSV43°75°81°
CMYK 0.000.220.75   0.19
XYZ38.796038.85068.5861
Yxy38.85060.44990.4505
Hunter Lab62.33022.025235.4639
CIE-Lab68.64296.056560.1713

#cea133 color RGB value is (206,161,51).

#cea133 hex color red value is 206, green value is 161 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cea133 hue: 0.12 , saturation: 0.61 and the lightness value of cea133 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 00110011
Octal 316 241 63
Decimal 206 161 51
Hex CE A1 33

RGB Percentages of Color #cea133

%49.28
%38.52
%12.20

CMYK Percentages of Color #cea133

%0
%22
%75
%19

Triadic Colors of #cea133

#cea133 #33cea1 #a133ce

Analogous Colors of #cea133

#cea133 #aece33 #ce5433

Monochromatic Colors of #cea133

#cea133

Complementary Color

#cea133 #3360ce

#cea133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea133 Color CSS Codes

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

#cea133 Text Font Color

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

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


#cea133 Background Color

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

This div background color is #cea133


#cea133 Border Color

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

This div border color is #cea133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea133


Comments

No comments written yet.

Please login to write comment.