Color Hex Logo

#cec23d Color Hex

#CEC23D
(206,194,61)
0 Favorites   0 Comments

Color spaces of #cec23d

RGB 20619461
HSL0.150.600.52
HSV55°70°81°
CMYK 0.000.060.70   0.19
XYZ45.587752.042312.0573
Yxy52.04230.41560.4745
Hunter Lab72.1403-13.446040.5887
CIE-Lab77.3061-10.794564.8309

#cec23d color RGB value is (206,194,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 00111101
Octal 316 302 75
Decimal 206 194 61
Hex CE C2 3D

RGB Percentages of Color #cec23d

%44.69
%42.08
%13.23

CMYK Percentages of Color #cec23d

%0
%6
%70
%19

Triadic Colors of #cec23d

#cec23d #3dcec2 #c23dce

Analogous Colors of #cec23d

#cec23d #92ce3d #ce7a3d

Monochromatic Colors of #cec23d

#cec23d

Complementary Color

#cec23d #3d49ce

#cec23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec23d Color CSS Codes

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

#cec23d Text Font Color

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

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


#cec23d Background Color

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

This div background color is #cec23d


#cec23d Border Color

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

This div border color is #cec23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec23d


Comments

No comments written yet.

Please login to write comment.