Color Hex Logo

#ccd65b Color Hex

#CCD65B
(204,214,91)
0 Favorites   0 Comments

Color spaces of #ccd65b

RGB 20421491
HSL0.180.600.60
HSV65°57°84°
CMYK 0.050.000.57   0.16
XYZ50.836761.685819.1247
Yxy61.68580.38620.4686
Hunter Lab78.5403-21.908040.5410
CIE-Lab82.7460-19.763258.2457

#ccd65b color RGB value is (204,214,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 01011011
Octal 314 326 133
Decimal 204 214 91
Hex CC D6 5B

RGB Percentages of Color #ccd65b

%40.08
%42.04
%17.88

CMYK Percentages of Color #ccd65b

%5
%0
%57
%16

Triadic Colors of #ccd65b

#ccd65b #5bccd6 #d65bcc

Analogous Colors of #ccd65b

#ccd65b #8fd65b #d6a35b

Monochromatic Colors of #ccd65b

#ccd65b

Complementary Color

#ccd65b #655bd6

#ccd65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd65b Color CSS Codes

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

#ccd65b Text Font Color

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

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


#ccd65b Background Color

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

This div background color is #ccd65b


#ccd65b Border Color

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

This div border color is #ccd65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd65b

#ccd65b Color Palettes


Comments

No comments written yet.

Please login to write comment.