Color Hex Logo

#cfd35d Color Hex

#CFD35D
(207,211,93)
0 Favorites   0 Comments

Color spaces of #cfd35d

RGB 20721193
HSL0.170.570.60
HSV62°56°83°
CMYK 0.020.000.56   0.17
XYZ51.002260.644219.3733
Yxy60.64420.38930.4629
Hunter Lab77.8744-19.375339.7621
CIE-Lab82.1871-16.914056.7988

#cfd35d color RGB value is (207,211,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010011 01011101
Octal 317 323 135
Decimal 207 211 93
Hex CF D3 5D

RGB Percentages of Color #cfd35d

%40.51
%41.29
%18.20

CMYK Percentages of Color #cfd35d

%2
%0
%56
%17

Triadic Colors of #cfd35d

#cfd35d #5dcfd3 #d35dcf

Analogous Colors of #cfd35d

#cfd35d #94d35d #d39c5d

Monochromatic Colors of #cfd35d

#cfd35d

Complementary Color

#cfd35d #615dd3

#cfd35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd35d Color CSS Codes

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

#cfd35d Text Font Color

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

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


#cfd35d Background Color

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

This div background color is #cfd35d


#cfd35d Border Color

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

This div border color is #cfd35d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,211,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 #cfd35d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd35d


Comments

No comments written yet.

Please login to write comment.