Color Hex Logo

#ccd23b Color Hex

#CCD23B
(204,210,59)
0 Favorites   0 Comments

Color spaces of #ccd23b

RGB 20421059
HSL0.170.630.53
HSV62°72°82°
CMYK 0.030.000.72   0.18
XYZ48.737959.246313.0046
Yxy59.24630.40280.4897
Hunter Lab76.9716-21.675443.8629
CIE-Lab81.4268-19.740969.4834

#ccd23b color RGB value is (204,210,59).

#ccd23b hex color red value is 204, green value is 210 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ccd23b hue: 0.17 , saturation: 0.63 and the lightness value of ccd23b is 0.53.

The process color (four color CMYK) of #ccd23b color hex is 0.03, 0.00, 0.72, 0.18. Web safe color of #ccd23b is #cccc33. Color #ccd23b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 00111011
Octal 314 322 73
Decimal 204 210 59
Hex CC D2 3B

RGB Percentages of Color #ccd23b

%43.13
%44.40
%12.47

CMYK Percentages of Color #ccd23b

%3
%0
%72
%18

Triadic Colors of #ccd23b

#ccd23b #3bccd2 #d23bcc

Analogous Colors of #ccd23b

#ccd23b #81d23b #d28d3b

Monochromatic Colors of #ccd23b

#ccd23b

Complementary Color

#ccd23b #413bd2

#ccd23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd23b Color CSS Codes

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

#ccd23b Text Font Color

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

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


#ccd23b Background Color

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

This div background color is #ccd23b


#ccd23b Border Color

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

This div border color is #ccd23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd23b


Comments

No comments written yet.

Please login to write comment.