Color Hex Logo

#cec271 Color Hex

#CEC271
(206,194,113)
0 Favorites   0 Comments

Color spaces of #cec271

RGB 206194113
HSL0.150.490.63
HSV52°45°81°
CMYK 0.000.060.45   0.19
XYZ47.726052.897623.3176
Yxy52.89760.38510.4268
Hunter Lab72.7307-10.146931.9030
CIE-Lab77.8145-6.959742.0922

#cec271 color RGB value is (206,194,113).

#cec271 hex color red value is 206, green value is 194 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cec271 hue: 0.15 , saturation: 0.49 and the lightness value of cec271 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01110001
Octal 316 302 161
Decimal 206 194 113
Hex CE C2 71

RGB Percentages of Color #cec271

%40.16
%37.82
%22.03

CMYK Percentages of Color #cec271

%0
%6
%45
%19

Triadic Colors of #cec271

#cec271 #71cec2 #c271ce

Analogous Colors of #cec271

#cec271 #acce71 #ce9471

Monochromatic Colors of #cec271

#cec271

Complementary Color

#cec271 #717dce

#cec271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec271 Color CSS Codes

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

#cec271 Text Font Color

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

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


#cec271 Background Color

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

This div background color is #cec271


#cec271 Border Color

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

This div border color is #cec271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec271


Comments

No comments written yet.

Please login to write comment.