Color Hex Logo

#ccd434 Color Hex

#CCD434
(204,212,52)
0 Favorites   0 Comments

Color spaces of #ccd434

RGB 20421252
HSL0.180.650.52
HSV63°75°83°
CMYK 0.040.000.75   0.17
XYZ49.065260.172312.2772
Yxy60.17230.40380.4952
Hunter Lab77.5708-22.843844.9157
CIE-Lab81.9318-21.023672.2258

#ccd434 color RGB value is (204,212,52).

#ccd434 hex color red value is 204, green value is 212 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ccd434 hue: 0.18 , saturation: 0.65 and the lightness value of ccd434 is 0.52.

The process color (four color CMYK) of #ccd434 color hex is 0.04, 0.00, 0.75, 0.17. Web safe color of #ccd434 is #cccc33. Color #ccd434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 00110100
Octal 314 324 64
Decimal 204 212 52
Hex CC D4 34

RGB Percentages of Color #ccd434

%43.59
%45.30
%11.11

CMYK Percentages of Color #ccd434

%4
%0
%75
%17

Triadic Colors of #ccd434

#ccd434 #34ccd4 #d434cc

Analogous Colors of #ccd434

#ccd434 #7cd434 #d48c34

Monochromatic Colors of #ccd434

#ccd434

Complementary Color

#ccd434 #3c34d4

#ccd434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd434 Color CSS Codes

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

#ccd434 Text Font Color

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

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


#ccd434 Background Color

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

This div background color is #ccd434


#ccd434 Border Color

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

This div border color is #ccd434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd434


Comments

No comments written yet.

Please login to write comment.