Color Hex Logo

#ccd748 Color Hex

#CCD748
(204,215,72)
0 Favorites   0 Comments

Color spaces of #ccd748

RGB 20421572
HSL0.180.640.56
HSV65°67°84°
CMYK 0.050.000.67   0.16
XYZ50.372061.906115.4251
Yxy61.90610.39440.4848
Hunter Lab78.6804-23.413343.4526
CIE-Lab82.8635-21.509866.1939

#ccd748 color RGB value is (204,215,72).

#ccd748 hex color red value is 204, green value is 215 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ccd748 hue: 0.18 , saturation: 0.64 and the lightness value of ccd748 is 0.56.

The process color (four color CMYK) of #ccd748 color hex is 0.05, 0.00, 0.67, 0.16. Web safe color of #ccd748 is #cccc33. Color #ccd748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01001000
Octal 314 327 110
Decimal 204 215 72
Hex CC D7 48

RGB Percentages of Color #ccd748

%41.55
%43.79
%14.66

CMYK Percentages of Color #ccd748

%5
%0
%67
%16

Triadic Colors of #ccd748

#ccd748 #48ccd7 #d748cc

Analogous Colors of #ccd748

#ccd748 #85d748 #d79b48

Monochromatic Colors of #ccd748

#ccd748

Complementary Color

#ccd748 #5348d7

#ccd748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd748 Color CSS Codes

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

#ccd748 Text Font Color

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

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


#ccd748 Background Color

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

This div background color is #ccd748


#ccd748 Border Color

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

This div border color is #ccd748


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,215,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd748


Comments

No comments written yet.

Please login to write comment.