Color Hex Logo

#cfd270 Color Hex

#CFD270
(207,210,112)
0 Favorites   0 Comments

Color spaces of #cfd270

RGB 207210112
HSL0.170.520.63
HSV62°47°82°
CMYK 0.010.000.47   0.18
XYZ51.703460.528424.2873
Yxy60.52840.37870.4434
Hunter Lab77.8000-17.524635.9511
CIE-Lab82.1246-14.790947.8871

#cfd270 color RGB value is (207,210,112).

#cfd270 hex color red value is 207, green value is 210 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cfd270 hue: 0.17 , saturation: 0.52 and the lightness value of cfd270 is 0.63.

The process color (four color CMYK) of #cfd270 color hex is 0.01, 0.00, 0.47, 0.18. Web safe color of #cfd270 is #cccc66. Color #cfd270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010010 01110000
Octal 317 322 160
Decimal 207 210 112
Hex CF D2 70

RGB Percentages of Color #cfd270

%39.13
%39.70
%21.17

CMYK Percentages of Color #cfd270

%1
%0
%47
%18

Triadic Colors of #cfd270

#cfd270 #70cfd2 #d270cf

Analogous Colors of #cfd270

#cfd270 #9ed270 #d2a470

Monochromatic Colors of #cfd270

#cfd270

Complementary Color

#cfd270 #7370d2

#cfd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd270 Color CSS Codes

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

#cfd270 Text Font Color

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

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


#cfd270 Background Color

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

This div background color is #cfd270


#cfd270 Border Color

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

This div border color is #cfd270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd270


Comments

No comments written yet.

Please login to write comment.