Color Hex Logo

#cea83d Color Hex

#CEA83D
(206,168,61)
0 Favorites   0 Comments

Color spaces of #cea83d

RGB 20616861
HSL0.120.600.52
HSV44°70°81°
CMYK 0.000.180.70   0.19
XYZ40.298541.464010.2943
Yxy41.46400.43780.4504
Hunter Lab64.3925-0.977135.5962
CIE-Lab70.49982.780258.0256

#cea83d color RGB value is (206,168,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 00111101
Octal 316 250 75
Decimal 206 168 61
Hex CE A8 3D

RGB Percentages of Color #cea83d

%47.36
%38.62
%14.02

CMYK Percentages of Color #cea83d

%0
%18
%70
%19

Triadic Colors of #cea83d

#cea83d #3dcea8 #a83dce

Analogous Colors of #cea83d

#cea83d #acce3d #ce5f3d

Monochromatic Colors of #cea83d

#cea83d

Complementary Color

#cea83d #3d63ce

#cea83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea83d Color CSS Codes

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

#cea83d Text Font Color

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

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


#cea83d Background Color

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

This div background color is #cea83d


#cea83d Border Color

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

This div border color is #cea83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea83d


Comments

No comments written yet.

Please login to write comment.