Color Hex Logo

#cec27f Color Hex

#CEC27F
(206,194,127)
0 Favorites   0 Comments

Color spaces of #cec27f

RGB 206194127
HSL0.140.450.65
HSV51°38°81°
CMYK 0.000.060.38   0.19
XYZ48.576253.237727.7943
Yxy53.23770.37480.4108
Hunter Lab72.9642-8.850228.4895
CIE-Lab78.0151-5.478535.2242

#cec27f color RGB value is (206,194,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01111111
Octal 316 302 177
Decimal 206 194 127
Hex CE C2 7F

RGB Percentages of Color #cec27f

%39.09
%36.81
%24.10

CMYK Percentages of Color #cec27f

%0
%6
%38
%19

Triadic Colors of #cec27f

#cec27f #7fcec2 #c27fce

Analogous Colors of #cec27f

#cec27f #b3ce7f #ce9b7f

Monochromatic Colors of #cec27f

#cec27f

Complementary Color

#cec27f #7f8bce

#cec27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec27f Color CSS Codes

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

#cec27f Text Font Color

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

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


#cec27f Background Color

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

This div background color is #cec27f


#cec27f Border Color

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

This div border color is #cec27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec27f


Comments

No comments written yet.

Please login to write comment.