Color Hex Logo

#cfdb58 Color Hex

#CFDB58
(207,219,88)
0 Favorites   0 Comments

Color spaces of #cfdb58

RGB 20721988
HSL0.180.650.60
HSV65°60°86°
CMYK 0.050.000.60   0.14
XYZ52.825164.633018.9238
Yxy64.63300.38730.4739
Hunter Lab80.3947-23.403242.3202
CIE-Lab84.2943-21.212561.3087

#cfdb58 color RGB value is (207,219,88).

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

The process color (four color CMYK) of #cfdb58 color hex is 0.05, 0.00, 0.60, 0.14. Web safe color of #cfdb58 is #cccc66. Color #cfdb58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 01011000
Octal 317 333 130
Decimal 207 219 88
Hex CF DB 58

RGB Percentages of Color #cfdb58

%40.27
%42.61
%17.12

CMYK Percentages of Color #cfdb58

%5
%0
%60
%14

Triadic Colors of #cfdb58

#cfdb58 #58cfdb #db58cf

Analogous Colors of #cfdb58

#cfdb58 #8edb58 #dba658

Monochromatic Colors of #cfdb58

#cfdb58

Complementary Color

#cfdb58 #6458db

#cfdb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdb58 Color CSS Codes

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

#cfdb58 Text Font Color

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

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


#cfdb58 Background Color

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

This div background color is #cfdb58


#cfdb58 Border Color

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

This div border color is #cfdb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdb58


Comments

No comments written yet.

Please login to write comment.