Color Hex Logo

#cfd531 Color Hex

#CFD531
(207,213,49)
0 Favorites   0 Comments

Color spaces of #cfd531

RGB 20721349
HSL0.170.660.51
HSV62°77°84°
CMYK 0.030.000.77   0.16
XYZ50.080861.075612.0550
Yxy61.07560.40650.4957
Hunter Lab78.1509-22.377345.5600
CIE-Lab82.4194-20.376873.6529

#cfd531 color RGB value is (207,213,49).

#cfd531 hex color red value is 207, green value is 213 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cfd531 hue: 0.17 , saturation: 0.66 and the lightness value of cfd531 is 0.51.

The process color (four color CMYK) of #cfd531 color hex is 0.03, 0.00, 0.77, 0.16. Web safe color of #cfd531 is #cccc33. Color #cfd531 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010101 00110001
Octal 317 325 61
Decimal 207 213 49
Hex CF D5 31

RGB Percentages of Color #cfd531

%44.14
%45.42
%10.45

CMYK Percentages of Color #cfd531

%3
%0
%77
%16

Triadic Colors of #cfd531

#cfd531 #31cfd5 #d531cf

Analogous Colors of #cfd531

#cfd531 #7dd531 #d58931

Monochromatic Colors of #cfd531

#cfd531

Complementary Color

#cfd531 #3731d5

#cfd531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd531 Color CSS Codes

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

#cfd531 Text Font Color

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

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


#cfd531 Background Color

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

This div background color is #cfd531


#cfd531 Border Color

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

This div border color is #cfd531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd531


Comments

No comments written yet.

Please login to write comment.