Color Hex Logo

#cfab26 Color Hex

#CFAB26
(207,171,38)
0 Favorites   0 Comments

Color spaces of #cfab26

RGB 20717138
HSL0.130.690.48
HSV47°82°81°
CMYK 0.000.170.82   0.19
XYZ40.644942.53127.9008
Yxy42.53120.44630.4670
Hunter Lab65.2159-2.880438.4683
CIE-Lab71.23560.681766.9869

#cfab26 color RGB value is (207,171,38).

#cfab26 hex color red value is 207, green value is 171 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #cfab26 hue: 0.13 , saturation: 0.69 and the lightness value of cfab26 is 0.48.

The process color (four color CMYK) of #cfab26 color hex is 0.00, 0.17, 0.82, 0.19. Web safe color of #cfab26 is #cc9933. Color #cfab26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 00100110
Octal 317 253 46
Decimal 207 171 38
Hex CF AB 26

RGB Percentages of Color #cfab26

%49.76
%41.11
%9.13

CMYK Percentages of Color #cfab26

%0
%17
%82
%19

Triadic Colors of #cfab26

#cfab26 #26cfab #ab26cf

Analogous Colors of #cfab26

#cfab26 #9fcf26 #cf5626

Monochromatic Colors of #cfab26

#cfab26

Complementary Color

#cfab26 #264acf

#cfab26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfab26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfab26 Color CSS Codes

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

#cfab26 Text Font Color

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

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


#cfab26 Background Color

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

This div background color is #cfab26


#cfab26 Border Color

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

This div border color is #cfab26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfab26


Comments

No comments written yet.

Please login to write comment.