Color Hex Logo

#cfd690 Color Hex

#CFD690
(207,214,144)
0 Favorites   0 Comments

Color spaces of #cfd690

RGB 207214144
HSL0.180.460.70
HSV66°33°84°
CMYK 0.030.000.33   0.16
XYZ54.812763.372135.7287
Yxy63.37210.35610.4117
Hunter Lab79.6066-16.406329.1143
CIE-Lab83.6378-13.290233.8412

#cfd690 color RGB value is (207,214,144).

#cfd690 hex color red value is 207, green value is 214 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cfd690 hue: 0.18 , saturation: 0.46 and the lightness value of cfd690 is 0.70.

The process color (four color CMYK) of #cfd690 color hex is 0.03, 0.00, 0.33, 0.16. Web safe color of #cfd690 is #cccc99. Color #cfd690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10010000
Octal 317 326 220
Decimal 207 214 144
Hex CF D6 90

RGB Percentages of Color #cfd690

%36.64
%37.88
%25.49

CMYK Percentages of Color #cfd690

%3
%0
%33
%16

Triadic Colors of #cfd690

#cfd690 #90cfd6 #d690cf

Analogous Colors of #cfd690

#cfd690 #acd690 #d6ba90

Monochromatic Colors of #cfd690

#cfd690

Complementary Color

#cfd690 #9790d6

#cfd690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd690 Color CSS Codes

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

#cfd690 Text Font Color

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

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


#cfd690 Background Color

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

This div background color is #cfd690


#cfd690 Border Color

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

This div border color is #cfd690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd690


Comments

No comments written yet.

Please login to write comment.