Color Hex Logo

#ccd75f Color Hex

#CCD75F
(204,215,95)
0 Favorites   0 Comments

Color spaces of #ccd75f

RGB 20421595
HSL0.180.600.61
HSV66°56°84°
CMYK 0.050.000.56   0.16
XYZ51.267862.264520.1426
Yxy62.26450.38350.4658
Hunter Lab78.9079-22.114240.1007
CIE-Lab83.0539-19.946156.8236

#ccd75f color RGB value is (204,215,95).

#ccd75f hex color red value is 204, green value is 215 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ccd75f hue: 0.18 , saturation: 0.60 and the lightness value of ccd75f is 0.61.

The process color (four color CMYK) of #ccd75f color hex is 0.05, 0.00, 0.56, 0.16. Web safe color of #ccd75f is #cccc66. Color #ccd75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01011111
Octal 314 327 137
Decimal 204 215 95
Hex CC D7 5F

RGB Percentages of Color #ccd75f

%39.69
%41.83
%18.48

CMYK Percentages of Color #ccd75f

%5
%0
%56
%16

Triadic Colors of #ccd75f

#ccd75f #5fccd7 #d75fcc

Analogous Colors of #ccd75f

#ccd75f #90d75f #d7a65f

Monochromatic Colors of #ccd75f

#ccd75f

Complementary Color

#ccd75f #6a5fd7

#ccd75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd75f Color CSS Codes

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

#ccd75f Text Font Color

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

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


#ccd75f Background Color

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

This div background color is #ccd75f


#ccd75f Border Color

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

This div border color is #ccd75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd75f


Comments

No comments written yet.

Please login to write comment.