Color Hex Logo

#cfd355 Color Hex

#CFD355
(207,211,85)
0 Favorites   0 Comments

Color spaces of #cfd355

RGB 20721185
HSL0.170.590.58
HSV62°60°83°
CMYK 0.020.000.60   0.17
XYZ50.666160.509817.6035
Yxy60.50980.39340.4699
Hunter Lab77.7880-19.865741.0343
CIE-Lab82.1145-17.495660.2090

#cfd355 color RGB value is (207,211,85).

#cfd355 hex color red value is 207, green value is 211 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cfd355 hue: 0.17 , saturation: 0.59 and the lightness value of cfd355 is 0.58.

The process color (four color CMYK) of #cfd355 color hex is 0.02, 0.00, 0.60, 0.17. Web safe color of #cfd355 is #cccc66. Color #cfd355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010011 01010101
Octal 317 323 125
Decimal 207 211 85
Hex CF D3 55

RGB Percentages of Color #cfd355

%41.15
%41.95
%16.90

CMYK Percentages of Color #cfd355

%2
%0
%60
%17

Triadic Colors of #cfd355

#cfd355 #55cfd3 #d355cf

Analogous Colors of #cfd355

#cfd355 #90d355 #d39855

Monochromatic Colors of #cfd355

#cfd355

Complementary Color

#cfd355 #5955d3

#cfd355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd355 Color CSS Codes

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

#cfd355 Text Font Color

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

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


#cfd355 Background Color

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

This div background color is #cfd355


#cfd355 Border Color

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

This div border color is #cfd355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd355


Comments

No comments written yet.

Please login to write comment.