Color Hex Logo

#cec27d Color Hex

#CEC27D
(206,194,125)
0 Favorites   0 Comments

Color spaces of #cec27d

RGB 206194125
HSL0.140.450.65
HSV51°39°81°
CMYK 0.000.060.39   0.19
XYZ48.447153.186127.1145
Yxy53.18610.37630.4131
Hunter Lab72.9288-9.046629.0065
CIE-Lab77.9847-5.702036.2147

#cec27d color RGB value is (206,194,125).

#cec27d hex color red value is 206, green value is 194 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cec27d hue: 0.14 , saturation: 0.45 and the lightness value of cec27d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01111101
Octal 316 302 175
Decimal 206 194 125
Hex CE C2 7D

RGB Percentages of Color #cec27d

%39.24
%36.95
%23.81

CMYK Percentages of Color #cec27d

%0
%6
%39
%19

Triadic Colors of #cec27d

#cec27d #7dcec2 #c27dce

Analogous Colors of #cec27d

#cec27d #b2ce7d #ce9a7d

Monochromatic Colors of #cec27d

#cec27d

Complementary Color

#cec27d #7d89ce

#cec27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec27d Color CSS Codes

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

#cec27d Text Font Color

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

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


#cec27d Background Color

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

This div background color is #cec27d


#cec27d Border Color

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

This div border color is #cec27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec27d


Comments

No comments written yet.

Please login to write comment.