Color Hex Logo

#ccd065 Color Hex

#CCD065
(204,208,101)
0 Favorites   0 Comments

Color spaces of #ccd065

RGB 204208101
HSL0.170.530.61
HSV62°51°82°
CMYK 0.020.000.51   0.18
XYZ49.806758.888721.0535
Yxy58.88870.38390.4539
Hunter Lab76.7390-18.439537.4509
CIE-Lab81.2304-15.990051.9870

#ccd065 color RGB value is (204,208,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01100101
Octal 314 320 145
Decimal 204 208 101
Hex CC D0 65

RGB Percentages of Color #ccd065

%39.77
%40.55
%19.69

CMYK Percentages of Color #ccd065

%2
%0
%51
%18

Triadic Colors of #ccd065

#ccd065 #65ccd0 #d065cc

Analogous Colors of #ccd065

#ccd065 #97d065 #d09f65

Monochromatic Colors of #ccd065

#ccd065

Complementary Color

#ccd065 #6965d0

#ccd065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd065 Color CSS Codes

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

#ccd065 Text Font Color

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

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


#ccd065 Background Color

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

This div background color is #ccd065


#ccd065 Border Color

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

This div border color is #ccd065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd065


Comments

No comments written yet.

Please login to write comment.