Color Hex Logo

#ccdb54 Color Hex

#CCDB54
(204,219,84)
0 Favorites   0 Comments

Color spaces of #ccdb54

RGB 20421984
HSL0.190.650.59
HSV67°62°86°
CMYK 0.070.000.62   0.14
XYZ51.833664.140518.0359
Yxy64.14050.38680.4786
Hunter Lab80.0878-24.626642.7092
CIE-Lab84.0389-22.699962.6420

#ccdb54 color RGB value is (204,219,84).

#ccdb54 hex color red value is 204, green value is 219 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ccdb54 hue: 0.19 , saturation: 0.65 and the lightness value of ccdb54 is 0.59.

The process color (four color CMYK) of #ccdb54 color hex is 0.07, 0.00, 0.62, 0.14. Web safe color of #ccdb54 is #cccc66. Color #ccdb54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 01010100
Octal 314 333 124
Decimal 204 219 84
Hex CC DB 54

RGB Percentages of Color #ccdb54

%40.24
%43.20
%16.57

CMYK Percentages of Color #ccdb54

%7
%0
%62
%14

Triadic Colors of #ccdb54

#ccdb54 #54ccdb #db54cc

Analogous Colors of #ccdb54

#ccdb54 #89db54 #dba754

Monochromatic Colors of #ccdb54

#ccdb54

Complementary Color

#ccdb54 #6354db

#ccdb54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb54 Color CSS Codes

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

#ccdb54 Text Font Color

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

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


#ccdb54 Background Color

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

This div background color is #ccdb54


#ccdb54 Border Color

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

This div border color is #ccdb54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb54


Comments

No comments written yet.

Please login to write comment.