Color Hex Logo

#cea123 Color Hex

#CEA123
(206,161,35)
0 Favorites   0 Comments

Color spaces of #cea123

RGB 20616135
HSL0.120.710.47
HSV44°83°81°
CMYK 0.000.220.83   0.19
XYZ38.501838.73297.0370
Yxy38.73290.45690.4596
Hunter Lab62.23581.515436.8611
CIE-Lab68.55735.485465.5273

#cea123 color RGB value is (206,161,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 00100011
Octal 316 241 43
Decimal 206 161 35
Hex CE A1 23

RGB Percentages of Color #cea123

%51.24
%40.05
%8.71

CMYK Percentages of Color #cea123

%0
%22
%83
%19

Triadic Colors of #cea123

#cea123 #23cea1 #a123ce

Analogous Colors of #cea123

#cea123 #a6ce23 #ce4b23

Monochromatic Colors of #cea123

#cea123

Complementary Color

#cea123 #2350ce

#cea123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea123 Color CSS Codes

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

#cea123 Text Font Color

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

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


#cea123 Background Color

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

This div background color is #cea123


#cea123 Border Color

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

This div border color is #cea123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea123


Comments

No comments written yet.

Please login to write comment.