Color Hex Logo

#ccdb55 Color Hex

#CCDB55
(204,219,85)
0 Favorites   0 Comments

Color spaces of #ccdb55

RGB 20421985
HSL0.190.650.60
HSV67°61°86°
CMYK 0.070.000.61   0.14
XYZ51.873164.156318.2437
Yxy64.15630.38630.4778
Hunter Lab80.0976-24.570142.5640
CIE-Lab84.0471-22.631662.2359

#ccdb55 color RGB value is (204,219,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 01010101
Octal 314 333 125
Decimal 204 219 85
Hex CC DB 55

RGB Percentages of Color #ccdb55

%40.16
%43.11
%16.73

CMYK Percentages of Color #ccdb55

%7
%0
%61
%14

Triadic Colors of #ccdb55

#ccdb55 #55ccdb #db55cc

Analogous Colors of #ccdb55

#ccdb55 #89db55 #dba755

Monochromatic Colors of #ccdb55

#ccdb55

Complementary Color

#ccdb55 #6455db

#ccdb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb55 Color CSS Codes

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

#ccdb55 Text Font Color

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

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


#ccdb55 Background Color

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

This div background color is #ccdb55


#ccdb55 Border Color

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

This div border color is #ccdb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb55


Comments

No comments written yet.

Please login to write comment.