Color Hex Logo

#ccd84b Color Hex

#CCD84B
(204,216,75)
0 Favorites   0 Comments

Color spaces of #ccd84b

RGB 20421675
HSL0.180.640.57
HSV65°65°85°
CMYK 0.060.000.65   0.15
XYZ50.727762.457116.0384
Yxy62.45710.39260.4833
Hunter Lab79.0298-23.726543.2885
CIE-Lab83.1559-21.820165.3342

#ccd84b color RGB value is (204,216,75).

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

The process color (four color CMYK) of #ccd84b color hex is 0.06, 0.00, 0.65, 0.15. Web safe color of #ccd84b is #cccc33. Color #ccd84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 01001011
Octal 314 330 113
Decimal 204 216 75
Hex CC D8 4B

RGB Percentages of Color #ccd84b

%41.21
%43.64
%15.15

CMYK Percentages of Color #ccd84b

%6
%0
%65
%15

Triadic Colors of #ccd84b

#ccd84b #4bccd8 #d84bcc

Analogous Colors of #ccd84b

#ccd84b #86d84b #d89e4b

Monochromatic Colors of #ccd84b

#ccd84b

Complementary Color

#ccd84b #574bd8

#ccd84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd84b Color CSS Codes

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

#ccd84b Text Font Color

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

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


#ccd84b Background Color

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

This div background color is #ccd84b


#ccd84b Border Color

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

This div border color is #ccd84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd84b


Comments

No comments written yet.

Please login to write comment.