Color Hex Logo

#ccd058 Color Hex

#CCD058
(204,208,88)
0 Favorites   0 Comments

Color spaces of #ccd058

RGB 20420888
HSL0.170.560.58
HSV62°58°82°
CMYK 0.020.000.58   0.18
XYZ49.219258.653717.9597
Yxy58.65370.39110.4661
Hunter Lab76.5857-19.308739.7062
CIE-Lab81.1009-17.023057.7314

#ccd058 color RGB value is (204,208,88).

#ccd058 hex color red value is 204, green value is 208 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ccd058 hue: 0.17 , saturation: 0.56 and the lightness value of ccd058 is 0.58.

The process color (four color CMYK) of #ccd058 color hex is 0.02, 0.00, 0.58, 0.18. Web safe color of #ccd058 is #cccc66. Color #ccd058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01011000
Octal 314 320 130
Decimal 204 208 88
Hex CC D0 58

RGB Percentages of Color #ccd058

%40.80
%41.60
%17.60

CMYK Percentages of Color #ccd058

%2
%0
%58
%18

Triadic Colors of #ccd058

#ccd058 #58ccd0 #d058cc

Analogous Colors of #ccd058

#ccd058 #90d058 #d09858

Monochromatic Colors of #ccd058

#ccd058

Complementary Color

#ccd058 #5c58d0

#ccd058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd058 Color CSS Codes

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

#ccd058 Text Font Color

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

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


#ccd058 Background Color

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

This div background color is #ccd058


#ccd058 Border Color

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

This div border color is #ccd058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd058


Comments

No comments written yet.

Please login to write comment.