Color Hex Logo

#ccda30 Color Hex

#CCDA30
(204,218,48)
0 Favorites   0 Comments

Color spaces of #ccda30

RGB 20421848
HSL0.180.700.52
HSV65°78°85°
CMYK 0.060.000.78   0.15
XYZ50.506763.193612.3319
Yxy63.19360.40070.5014
Hunter Lab79.4944-25.705446.4485
CIE-Lab83.5441-24.083474.8625

#ccda30 color RGB value is (204,218,48).

#ccda30 hex color red value is 204, green value is 218 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ccda30 hue: 0.18 , saturation: 0.70 and the lightness value of ccda30 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 00110000
Octal 314 332 60
Decimal 204 218 48
Hex CC DA 30

RGB Percentages of Color #ccda30

%43.40
%46.38
%10.21

CMYK Percentages of Color #ccda30

%6
%0
%78
%15

Triadic Colors of #ccda30

#ccda30 #30ccda #da30cc

Analogous Colors of #ccda30

#ccda30 #77da30 #da9330

Monochromatic Colors of #ccda30

#ccda30

Complementary Color

#ccda30 #3e30da

#ccda30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda30 Color CSS Codes

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

#ccda30 Text Font Color

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

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


#ccda30 Background Color

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

This div background color is #ccda30


#ccda30 Border Color

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

This div border color is #ccda30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda30


Comments

No comments written yet.

Please login to write comment.