Color Hex Logo

#ccd075 Color Hex

#CCD075
(204,208,117)
0 Favorites   0 Comments

Color spaces of #ccd075

RGB 204208117
HSL0.170.490.64
HSV63°44°82°
CMYK 0.020.000.44   0.18
XYZ50.668659.233525.5923
Yxy59.23350.37400.4372
Hunter Lab76.9633-17.170734.1588
CIE-Lab81.4198-14.494444.5373

#ccd075 color RGB value is (204,208,117).

#ccd075 hex color red value is 204, green value is 208 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ccd075 hue: 0.17 , saturation: 0.49 and the lightness value of ccd075 is 0.64.

The process color (four color CMYK) of #ccd075 color hex is 0.02, 0.00, 0.44, 0.18. Web safe color of #ccd075 is #cccc66. Color #ccd075 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01110101
Octal 314 320 165
Decimal 204 208 117
Hex CC D0 75

RGB Percentages of Color #ccd075

%38.56
%39.32
%22.12

CMYK Percentages of Color #ccd075

%2
%0
%44
%18

Triadic Colors of #ccd075

#ccd075 #75ccd0 #d075cc

Analogous Colors of #ccd075

#ccd075 #9fd075 #d0a775

Monochromatic Colors of #ccd075

#ccd075

Complementary Color

#ccd075 #7975d0

#ccd075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd075 Color CSS Codes

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

#ccd075 Text Font Color

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

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


#ccd075 Background Color

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

This div background color is #ccd075


#ccd075 Border Color

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

This div border color is #ccd075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd075


Comments

No comments written yet.

Please login to write comment.