Color Hex Logo

#cfd45d Color Hex

#CFD45D
(207,212,93)
0 Favorites   0 Comments

Color spaces of #cfd45d

RGB 20721293
HSL0.170.580.60
HSV63°56°83°
CMYK 0.020.000.56   0.17
XYZ51.251461.142719.4564
Yxy61.14270.38870.4637
Hunter Lab78.1938-19.843039.9830
CIE-Lab82.4554-17.409857.1008

#cfd45d color RGB value is (207,212,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01011101
Octal 317 324 135
Decimal 207 212 93
Hex CF D4 5D

RGB Percentages of Color #cfd45d

%40.43
%41.41
%18.16

CMYK Percentages of Color #cfd45d

%2
%0
%56
%17

Triadic Colors of #cfd45d

#cfd45d #5dcfd4 #d45dcf

Analogous Colors of #cfd45d

#cfd45d #94d45d #d49e5d

Monochromatic Colors of #cfd45d

#cfd45d

Complementary Color

#cfd45d #625dd4

#cfd45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd45d Color CSS Codes

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

#cfd45d Text Font Color

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

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


#cfd45d Background Color

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

This div background color is #cfd45d


#cfd45d Border Color

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

This div border color is #cfd45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd45d


Comments

No comments written yet.

Please login to write comment.