Color Hex Logo

#ccd269 Color Hex

#CCD269
(204,210,105)
0 Favorites   0 Comments

Color spaces of #ccd269

RGB 204210105
HSL0.180.540.62
HSV63°50°82°
CMYK 0.030.000.50   0.18
XYZ50.498259.950522.2747
Yxy59.95050.38050.4517
Hunter Lab77.4277-19.081137.1426
CIE-Lab81.8113-16.636950.7944

#ccd269 color RGB value is (204,210,105).

#ccd269 hex color red value is 204, green value is 210 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ccd269 hue: 0.18 , saturation: 0.54 and the lightness value of ccd269 is 0.62.

The process color (four color CMYK) of #ccd269 color hex is 0.03, 0.00, 0.50, 0.18. Web safe color of #ccd269 is #cccc66. Color #ccd269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 01101001
Octal 314 322 151
Decimal 204 210 105
Hex CC D2 69

RGB Percentages of Color #ccd269

%39.31
%40.46
%20.23

CMYK Percentages of Color #ccd269

%3
%0
%50
%18

Triadic Colors of #ccd269

#ccd269 #69ccd2 #d269cc

Analogous Colors of #ccd269

#ccd269 #98d269 #d2a469

Monochromatic Colors of #ccd269

#ccd269

Complementary Color

#ccd269 #6f69d2

#ccd269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd269 Color CSS Codes

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

#ccd269 Text Font Color

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

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


#ccd269 Background Color

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

This div background color is #ccd269


#ccd269 Border Color

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

This div border color is #ccd269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd269

#ccd269 Color Palettes


Comments

No comments written yet.

Please login to write comment.