Color Hex Logo

#cfdd30 Color Hex

#CFDD30
(207,221,48)
0 Favorites   0 Comments

Color spaces of #cfdd30

RGB 20722148
HSL0.180.720.53
HSV65°78°87°
CMYK 0.060.000.78   0.13
XYZ52.122165.191712.6324
Yxy65.19170.40110.5017
Hunter Lab80.7414-26.067847.2427
CIE-Lab84.5824-24.286375.8729

#cfdd30 color RGB value is (207,221,48).

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

The process color (four color CMYK) of #cfdd30 color hex is 0.06, 0.00, 0.78, 0.13. Web safe color of #cfdd30 is #cccc33. Color #cfdd30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 00110000
Octal 317 335 60
Decimal 207 221 48
Hex CF DD 30

RGB Percentages of Color #cfdd30

%43.49
%46.43
%10.08

CMYK Percentages of Color #cfdd30

%6
%0
%78
%13

Triadic Colors of #cfdd30

#cfdd30 #30cfdd #dd30cf

Analogous Colors of #cfdd30

#cfdd30 #79dd30 #dd9530

Monochromatic Colors of #cfdd30

#cfdd30

Complementary Color

#cfdd30 #3e30dd

#cfdd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd30 Color CSS Codes

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

#cfdd30 Text Font Color

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

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


#cfdd30 Background Color

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

This div background color is #cfdd30


#cfdd30 Border Color

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

This div border color is #cfdd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd30


Comments

No comments written yet.

Please login to write comment.