Color Hex Logo

#cec14d Color Hex

#CEC14D
(206,193,77)
0 Favorites   0 Comments

Color spaces of #cec14d

RGB 20619377
HSL0.150.570.55
HSV54°63°81°
CMYK 0.000.060.63   0.19
XYZ45.863151.797614.6019
Yxy51.79760.40850.4614
Hunter Lab71.9705-12.199738.3502
CIE-Lab77.1597-9.376758.2484

#cec14d color RGB value is (206,193,77).

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

The process color (four color CMYK) of #cec14d color hex is 0.00, 0.06, 0.63, 0.19. Web safe color of #cec14d is #cccc66. Color #cec14d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 01001101
Octal 316 301 115
Decimal 206 193 77
Hex CE C1 4D

RGB Percentages of Color #cec14d

%43.28
%40.55
%16.18

CMYK Percentages of Color #cec14d

%0
%6
%63
%19

Triadic Colors of #cec14d

#cec14d #4dcec1 #c14dce

Analogous Colors of #cec14d

#cec14d #9bce4d #ce814d

Monochromatic Colors of #cec14d

#cec14d

Complementary Color

#cec14d #4d5ace

#cec14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec14d Color CSS Codes

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

#cec14d Text Font Color

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

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


#cec14d Background Color

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

This div background color is #cec14d


#cec14d Border Color

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

This div border color is #cec14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec14d


Comments

No comments written yet.

Please login to write comment.