Color Hex Logo

#ccd75b Color Hex

#CCD75B
(204,215,91)
0 Favorites   0 Comments

Color spaces of #ccd75b

RGB 20421591
HSL0.180.610.60
HSV65°58°84°
CMYK 0.050.000.58   0.16
XYZ51.090662.193619.2093
Yxy62.19360.38560.4694
Hunter Lab78.8629-22.370640.7623
CIE-Lab83.0163-20.253458.5467

#ccd75b color RGB value is (204,215,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01011011
Octal 314 327 133
Decimal 204 215 91
Hex CC D7 5B

RGB Percentages of Color #ccd75b

%40.00
%42.16
%17.84

CMYK Percentages of Color #ccd75b

%5
%0
%58
%16

Triadic Colors of #ccd75b

#ccd75b #5bccd7 #d75bcc

Analogous Colors of #ccd75b

#ccd75b #8ed75b #d7a45b

Monochromatic Colors of #ccd75b

#ccd75b

Complementary Color

#ccd75b #665bd7

#ccd75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd75b Color CSS Codes

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

#ccd75b Text Font Color

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

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


#ccd75b Background Color

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

This div background color is #ccd75b


#ccd75b Border Color

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

This div border color is #ccd75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd75b


Comments

No comments written yet.

Please login to write comment.