Color Hex Logo

#cfc503 Color Hex

#CFC503
(207,197,3)
0 Favorites   0 Comments

Color spaces of #cfc503

RGB 2071973
HSL0.160.970.41
HSV57°99°81°
CMYK 0.000.050.99   0.19
XYZ45.714853.20457.9462
Yxy53.20450.42780.4979
Hunter Lab72.9414-15.775644.6000
CIE-Lab77.9956-13.403078.4825

#cfc503 color RGB value is (207,197,3).

#cfc503 hex color red value is 207, green value is 197 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #cfc503 hue: 0.16 , saturation: 0.97 and the lightness value of cfc503 is 0.41.

The process color (four color CMYK) of #cfc503 color hex is 0.00, 0.05, 0.99, 0.19. Web safe color of #cfc503 is #cccc00. Color #cfc503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00000011
Octal 317 305 3
Decimal 207 197 3
Hex CF C5 3

RGB Percentages of Color #cfc503

%50.86
%48.40
%0.74

CMYK Percentages of Color #cfc503

%0
%5
%99
%19

Triadic Colors of #cfc503

#cfc503 #03cfc5 #c503cf

Analogous Colors of #cfc503

#cfc503 #73cf03 #cf5f03

Monochromatic Colors of #cfc503

#cfc503

Complementary Color

#cfc503 #030dcf

#cfc503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc503 Color CSS Codes

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

#cfc503 Text Font Color

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

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


#cfc503 Background Color

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

This div background color is #cfc503


#cfc503 Border Color

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

This div border color is #cfc503


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,197,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfc503; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfc503;
  -webkit-box-shadow: 1px 1px 3px 2px #cfc503;
  box-shadow:         1px 1px 3px 2px #cfc503; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,197,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc503


Comments

No comments written yet.

Please login to write comment.