Color Hex Logo

#cfd448 Color Hex

#CFD448
(207,212,72)
0 Favorites   0 Comments

Color spaces of #cfd448

RGB 20721272
HSL0.170.620.56
HSV62°66°83°
CMYK 0.020.000.66   0.17
XYZ50.445360.820215.2116
Yxy60.82020.39880.4809
Hunter Lab77.9873-21.016943.0265
CIE-Lab82.2820-18.807365.6746

#cfd448 color RGB value is (207,212,72).

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

The process color (four color CMYK) of #cfd448 color hex is 0.02, 0.00, 0.66, 0.17. Web safe color of #cfd448 is #cccc33. Color #cfd448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01001000
Octal 317 324 110
Decimal 207 212 72
Hex CF D4 48

RGB Percentages of Color #cfd448

%42.16
%43.18
%14.66

CMYK Percentages of Color #cfd448

%2
%0
%66
%17

Triadic Colors of #cfd448

#cfd448 #48cfd4 #d448cf

Analogous Colors of #cfd448

#cfd448 #89d448 #d49348

Monochromatic Colors of #cfd448

#cfd448

Complementary Color

#cfd448 #4d48d4

#cfd448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd448 Color CSS Codes

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

#cfd448 Text Font Color

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

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


#cfd448 Background Color

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

This div background color is #cfd448


#cfd448 Border Color

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

This div border color is #cfd448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd448


Comments

No comments written yet.

Please login to write comment.