Color Hex Logo

#cfd450 Color Hex

#CFD450
(207,212,80)
0 Favorites   0 Comments

Color spaces of #cfd450

RGB 20721280
HSL0.170.610.57
HSV62°62°83°
CMYK 0.020.000.62   0.17
XYZ50.723660.931616.6770
Yxy60.93160.39530.4748
Hunter Lab78.0587-20.611041.9740
CIE-Lab82.3420-18.322762.5472

#cfd450 color RGB value is (207,212,80).

#cfd450 hex color red value is 207, green value is 212 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cfd450 hue: 0.17 , saturation: 0.61 and the lightness value of cfd450 is 0.57.

The process color (four color CMYK) of #cfd450 color hex is 0.02, 0.00, 0.62, 0.17. Web safe color of #cfd450 is #cccc66. Color #cfd450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01010000
Octal 317 324 120
Decimal 207 212 80
Hex CF D4 50

RGB Percentages of Color #cfd450

%41.48
%42.48
%16.03

CMYK Percentages of Color #cfd450

%2
%0
%62
%17

Triadic Colors of #cfd450

#cfd450 #50cfd4 #d450cf

Analogous Colors of #cfd450

#cfd450 #8dd450 #d49750

Monochromatic Colors of #cfd450

#cfd450

Complementary Color

#cfd450 #5550d4

#cfd450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd450 Color CSS Codes

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

#cfd450 Text Font Color

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

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


#cfd450 Background Color

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

This div background color is #cfd450


#cfd450 Border Color

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

This div border color is #cfd450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd450


Comments

No comments written yet.

Please login to write comment.