Color Hex Logo

#cfd658 Color Hex

#CFD658
(207,214,88)
0 Favorites   0 Comments

Color spaces of #cfd658

RGB 20721488
HSL0.180.610.59
HSV63°59°84°
CMYK 0.030.000.59   0.16
XYZ51.540162.063118.4954
Yxy62.06310.39020.4698
Hunter Lab78.7801-21.085741.2264
CIE-Lab82.9470-18.765959.8344

#cfd658 color RGB value is (207,214,88).

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

The process color (four color CMYK) of #cfd658 color hex is 0.03, 0.00, 0.59, 0.16. Web safe color of #cfd658 is #cccc66. Color #cfd658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 01011000
Octal 317 326 130
Decimal 207 214 88
Hex CF D6 58

RGB Percentages of Color #cfd658

%40.67
%42.04
%17.29

CMYK Percentages of Color #cfd658

%3
%0
%59
%16

Triadic Colors of #cfd658

#cfd658 #58cfd6 #d658cf

Analogous Colors of #cfd658

#cfd658 #90d658 #d69e58

Monochromatic Colors of #cfd658

#cfd658

Complementary Color

#cfd658 #5f58d6

#cfd658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd658 Color CSS Codes

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

#cfd658 Text Font Color

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

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


#cfd658 Background Color

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

This div background color is #cfd658


#cfd658 Border Color

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

This div border color is #cfd658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd658


Comments

No comments written yet.

Please login to write comment.