Color Hex Logo

#cfd858 Color Hex

#CFD858
(207,216,88)
0 Favorites   0 Comments

Color spaces of #cfd858

RGB 20721688
HSL0.180.620.60
HSV64°59°85°
CMYK 0.040.000.59   0.15
XYZ52.049463.081718.6652
Yxy63.08170.38900.4715
Hunter Lab79.4240-22.014541.6632
CIE-Lab83.4853-19.747960.4247

#cfd858 color RGB value is (207,216,88).

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

The process color (four color CMYK) of #cfd858 color hex is 0.04, 0.00, 0.59, 0.15. Web safe color of #cfd858 is #cccc66. Color #cfd858 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011000 01011000
Octal 317 330 130
Decimal 207 216 88
Hex CF D8 58

RGB Percentages of Color #cfd858

%40.51
%42.27
%17.22

CMYK Percentages of Color #cfd858

%4
%0
%59
%15

Triadic Colors of #cfd858

#cfd858 #58cfd8 #d858cf

Analogous Colors of #cfd858

#cfd858 #8fd858 #d8a158

Monochromatic Colors of #cfd858

#cfd858

Complementary Color

#cfd858 #6158d8

#cfd858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd858 Color CSS Codes

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

#cfd858 Text Font Color

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

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


#cfd858 Background Color

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

This div background color is #cfd858


#cfd858 Border Color

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

This div border color is #cfd858


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,216,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 #cfd858">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd858


Comments

No comments written yet.

Please login to write comment.