Color Hex Logo

#ccd92b Color Hex

#CCD92B
(204,217,43)
0 Favorites   0 Comments

Color spaces of #ccd92b

RGB 20421743
HSL0.180.700.51
HSV64°80°85°
CMYK 0.060.000.80   0.15
XYZ50.150762.637511.7325
Yxy62.63750.40270.5030
Hunter Lab79.1439-25.392546.6114
CIE-Lab83.2513-23.774875.9514

#ccd92b color RGB value is (204,217,43).

#ccd92b hex color red value is 204, green value is 217 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ccd92b hue: 0.18 , saturation: 0.70 and the lightness value of ccd92b is 0.51.

The process color (four color CMYK) of #ccd92b color hex is 0.06, 0.00, 0.80, 0.15. Web safe color of #ccd92b is #cccc33. Color #ccd92b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 00101011
Octal 314 331 53
Decimal 204 217 43
Hex CC D9 2B

RGB Percentages of Color #ccd92b

%43.97
%46.77
%9.27

CMYK Percentages of Color #ccd92b

%6
%0
%80
%15

Triadic Colors of #ccd92b

#ccd92b #2bccd9 #d92bcc

Analogous Colors of #ccd92b

#ccd92b #75d92b #d98f2b

Monochromatic Colors of #ccd92b

#ccd92b

Complementary Color

#ccd92b #382bd9

#ccd92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd92b Color CSS Codes

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

#ccd92b Text Font Color

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

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


#ccd92b Background Color

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

This div background color is #ccd92b


#ccd92b Border Color

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

This div border color is #ccd92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd92b


Comments

No comments written yet.

Please login to write comment.