Color Hex Logo

#ccd761 Color Hex

#CCD761
(204,215,97)
0 Favorites   0 Comments

Color spaces of #ccd761

RGB 20421597
HSL0.180.600.61
HSV66°55°84°
CMYK 0.050.000.55   0.16
XYZ51.359962.301320.6277
Yxy62.30130.38250.4639
Hunter Lab78.9312-21.981039.7571
CIE-Lab83.0734-19.786655.9496

#ccd761 color RGB value is (204,215,97).

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

The process color (four color CMYK) of #ccd761 color hex is 0.05, 0.00, 0.55, 0.16. Web safe color of #ccd761 is #cccc66. Color #ccd761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01100001
Octal 314 327 141
Decimal 204 215 97
Hex CC D7 61

RGB Percentages of Color #ccd761

%39.53
%41.67
%18.80

CMYK Percentages of Color #ccd761

%5
%0
%55
%16

Triadic Colors of #ccd761

#ccd761 #61ccd7 #d761cc

Analogous Colors of #ccd761

#ccd761 #91d761 #d7a761

Monochromatic Colors of #ccd761

#ccd761

Complementary Color

#ccd761 #6c61d7

#ccd761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd761 Color CSS Codes

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

#ccd761 Text Font Color

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

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


#ccd761 Background Color

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

This div background color is #ccd761


#ccd761 Border Color

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

This div border color is #ccd761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd761


Comments

No comments written yet.

Please login to write comment.