Color Hex Logo

#cec62d Color Hex

#CEC62D
(206,198,45)
0 Favorites   0 Comments

Color spaces of #cec62d

RGB 20619845
HSL0.160.640.49
HSV57°78°81°
CMYK 0.000.040.78   0.19
XYZ46.121353.699410.4168
Yxy53.69940.41840.4871
Hunter Lab73.2799-15.894442.8678
CIE-Lab78.2861-13.497671.0903

#cec62d color RGB value is (206,198,45).

#cec62d hex color red value is 206, green value is 198 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cec62d hue: 0.16 , saturation: 0.64 and the lightness value of cec62d is 0.49.

The process color (four color CMYK) of #cec62d color hex is 0.00, 0.04, 0.78, 0.19. Web safe color of #cec62d is #cccc33. Color #cec62d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 00101101
Octal 316 306 55
Decimal 206 198 45
Hex CE C6 2D

RGB Percentages of Color #cec62d

%45.88
%44.10
%10.02

CMYK Percentages of Color #cec62d

%0
%4
%78
%19

Triadic Colors of #cec62d

#cec62d #2dcec6 #c62dce

Analogous Colors of #cec62d

#cec62d #86ce2d #ce762d

Monochromatic Colors of #cec62d

#cec62d

Complementary Color

#cec62d #2d35ce

#cec62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec62d Color CSS Codes

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

#cec62d Text Font Color

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

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


#cec62d Background Color

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

This div background color is #cec62d


#cec62d Border Color

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

This div border color is #cec62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec62d


Comments

No comments written yet.

Please login to write comment.