Color Hex Logo

#cfd683 Color Hex

#CFD683
(207,214,131)
0 Favorites   0 Comments

Color spaces of #cfd683

RGB 207214131
HSL0.180.500.68
HSV65°39°84°
CMYK 0.030.000.39   0.16
XYZ53.875462.997230.7929
Yxy62.99720.36480.4266
Hunter Lab79.3708-17.736432.5572
CIE-Lab83.4409-14.827640.1714

#cfd683 color RGB value is (207,214,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10000011
Octal 317 326 203
Decimal 207 214 131
Hex CF D6 83

RGB Percentages of Color #cfd683

%37.50
%38.77
%23.73

CMYK Percentages of Color #cfd683

%3
%0
%39
%16

Triadic Colors of #cfd683

#cfd683 #83cfd6 #d683cf

Analogous Colors of #cfd683

#cfd683 #a6d683 #d6b483

Monochromatic Colors of #cfd683

#cfd683

Complementary Color

#cfd683 #8a83d6

#cfd683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd683 Color CSS Codes

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

#cfd683 Text Font Color

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

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


#cfd683 Background Color

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

This div background color is #cfd683


#cfd683 Border Color

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

This div border color is #cfd683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd683


Comments

No comments written yet.

Please login to write comment.