Color Hex Logo

#ccdd69 Color Hex

#CCDD69
(204,221,105)
0 Favorites   0 Comments

Color spaces of #ccdd69

RGB 204221105
HSL0.190.630.64
HSV69°52°87°
CMYK 0.080.000.52   0.13
XYZ53.308165.570223.2113
Yxy65.57020.37520.4615
Hunter Lab80.9754-24.196139.6875
CIE-Lab84.7767-22.042954.2781

#ccdd69 color RGB value is (204,221,105).

#ccdd69 hex color red value is 204, green value is 221 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ccdd69 hue: 0.19 , saturation: 0.63 and the lightness value of ccdd69 is 0.64.

The process color (four color CMYK) of #ccdd69 color hex is 0.08, 0.00, 0.52, 0.13. Web safe color of #ccdd69 is #cccc66. Color #ccdd69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 01101001
Octal 314 335 151
Decimal 204 221 105
Hex CC DD 69

RGB Percentages of Color #ccdd69

%38.49
%41.70
%19.81

CMYK Percentages of Color #ccdd69

%8
%0
%52
%13

Triadic Colors of #ccdd69

#ccdd69 #69ccdd #dd69cc

Analogous Colors of #ccdd69

#ccdd69 #92dd69 #ddb469

Monochromatic Colors of #ccdd69

#ccdd69

Complementary Color

#ccdd69 #7a69dd

#ccdd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd69 Color CSS Codes

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

#ccdd69 Text Font Color

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

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


#ccdd69 Background Color

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

This div background color is #ccdd69


#ccdd69 Border Color

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

This div border color is #ccdd69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,221,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 #ccdd69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd69


Comments

No comments written yet.

Please login to write comment.