Color Hex Logo

#cec23f Color Hex

#CEC23F
(206,194,63)
0 Favorites   0 Comments

Color spaces of #cec23f

RGB 20619463
HSL0.150.590.53
HSV55°69°81°
CMYK 0.000.060.69   0.19
XYZ45.642652.064312.3464
Yxy52.06430.41470.4731
Hunter Lab72.1556-13.360740.3639
CIE-Lab77.3193-10.694264.0920

#cec23f color RGB value is (206,194,63).

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

The process color (four color CMYK) of #cec23f color hex is 0.00, 0.06, 0.69, 0.19. Web safe color of #cec23f is #cccc33. Color #cec23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 00111111
Octal 316 302 77
Decimal 206 194 63
Hex CE C2 3F

RGB Percentages of Color #cec23f

%44.49
%41.90
%13.61

CMYK Percentages of Color #cec23f

%0
%6
%69
%19

Triadic Colors of #cec23f

#cec23f #3fcec2 #c23fce

Analogous Colors of #cec23f

#cec23f #93ce3f #ce7b3f

Monochromatic Colors of #cec23f

#cec23f

Complementary Color

#cec23f #3f4bce

#cec23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec23f Color CSS Codes

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

#cec23f Text Font Color

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

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


#cec23f Background Color

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

This div background color is #cec23f


#cec23f Border Color

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

This div border color is #cec23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec23f


Comments

No comments written yet.

Please login to write comment.