Color Hex Logo

#cec93d Color Hex

#CEC93D
(206,201,61)
0 Favorites   0 Comments

Color spaces of #cec93d

RGB 20620161
HSL0.160.600.52
HSV58°70°81°
CMYK 0.000.020.70   0.19
XYZ47.182555.232012.5889
Yxy55.23200.41030.4803
Hunter Lab74.3182-16.732441.9795
CIE-Lab79.1747-14.337066.6614

#cec93d color RGB value is (206,201,61).

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

The process color (four color CMYK) of #cec93d color hex is 0.00, 0.02, 0.70, 0.19. Web safe color of #cec93d is #cccc33. Color #cec93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 00111101
Octal 316 311 75
Decimal 206 201 61
Hex CE C9 3D

RGB Percentages of Color #cec93d

%44.02
%42.95
%13.03

CMYK Percentages of Color #cec93d

%0
%2
%70
%19

Triadic Colors of #cec93d

#cec93d #3dcec9 #c93dce

Analogous Colors of #cec93d

#cec93d #8bce3d #ce813d

Monochromatic Colors of #cec93d

#cec93d

Complementary Color

#cec93d #3d42ce

#cec93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec93d Color CSS Codes

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

#cec93d Text Font Color

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

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


#cec93d Background Color

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

This div background color is #cec93d


#cec93d Border Color

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

This div border color is #cec93d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,201,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 #cec93d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec93d


Comments

No comments written yet.

Please login to write comment.