Color Hex Logo

#cfdd58 Color Hex

#CFDD58
(207,221,88)
0 Favorites   0 Comments

Color spaces of #cfdd58

RGB 20722188
HSL0.180.660.61
HSV66°60°87°
CMYK 0.060.000.60   0.13
XYZ53.350065.682919.0987
Yxy65.68290.38620.4755
Hunter Lab81.0450-24.326442.7595
CIE-Lab84.8344-22.183661.8972

#cfdd58 color RGB value is (207,221,88).

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

The process color (four color CMYK) of #cfdd58 color hex is 0.06, 0.00, 0.60, 0.13. Web safe color of #cfdd58 is #cccc66. Color #cfdd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 01011000
Octal 317 335 130
Decimal 207 221 88
Hex CF DD 58

RGB Percentages of Color #cfdd58

%40.12
%42.83
%17.05

CMYK Percentages of Color #cfdd58

%6
%0
%60
%13

Triadic Colors of #cfdd58

#cfdd58 #58cfdd #dd58cf

Analogous Colors of #cfdd58

#cfdd58 #8ddd58 #dda958

Monochromatic Colors of #cfdd58

#cfdd58

Complementary Color

#cfdd58 #6658dd

#cfdd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd58 Color CSS Codes

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

#cfdd58 Text Font Color

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

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


#cfdd58 Background Color

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

This div background color is #cfdd58


#cfdd58 Border Color

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

This div border color is #cfdd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd58


Comments

No comments written yet.

Please login to write comment.