Color Hex Logo

#cfd710 Color Hex

#CFD710
(207,215,16)
0 Favorites   0 Comments

Color spaces of #cfd710

RGB 20721516
HSL0.170.860.45
HSV62°93°84°
CMYK 0.040.000.93   0.16
XYZ50.126161.90379.7969
Yxy61.90370.41150.5081
Hunter Lab78.6789-23.966347.6926
CIE-Lab82.8622-22.163880.8318

#cfd710 color RGB value is (207,215,16).

#cfd710 hex color red value is 207, green value is 215 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cfd710 hue: 0.17 , saturation: 0.86 and the lightness value of cfd710 is 0.45.

The process color (four color CMYK) of #cfd710 color hex is 0.04, 0.00, 0.93, 0.16. Web safe color of #cfd710 is #cccc00. Color #cfd710 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010111 00010000
Octal 317 327 20
Decimal 207 215 16
Hex CF D7 10

RGB Percentages of Color #cfd710

%47.26
%49.09
%3.65

CMYK Percentages of Color #cfd710

%4
%0
%93
%16

Triadic Colors of #cfd710

#cfd710 #10cfd7 #d710cf

Analogous Colors of #cfd710

#cfd710 #6cd710 #d77c10

Monochromatic Colors of #cfd710

#cfd710

Complementary Color

#cfd710 #1810d7

#cfd710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd710 Color CSS Codes

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

#cfd710 Text Font Color

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

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


#cfd710 Background Color

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

This div background color is #cfd710


#cfd710 Border Color

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

This div border color is #cfd710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd710


Comments

No comments written yet.

Please login to write comment.