Color Hex Logo

#ccbd18 Color Hex

#CCBD18
(204,189,24)
0 Favorites   0 Comments

Color spaces of #ccbd18

RGB 20418924
HSL0.150.790.45
HSV55°88°80°
CMYK 0.000.070.88   0.20
XYZ43.264349.29858.0994
Yxy49.29850.42980.4897
Hunter Lab70.2129-12.883142.3096
CIE-Lab75.6367-10.363973.8817

#ccbd18 color RGB value is (204,189,24).

#ccbd18 hex color red value is 204, green value is 189 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ccbd18 hue: 0.15 , saturation: 0.79 and the lightness value of ccbd18 is 0.45.

The process color (four color CMYK) of #ccbd18 color hex is 0.00, 0.07, 0.88, 0.20. Web safe color of #ccbd18 is #cccc00. Color #ccbd18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00011000
Octal 314 275 30
Decimal 204 189 24
Hex CC BD 18

RGB Percentages of Color #ccbd18

%48.92
%45.32
%5.76

CMYK Percentages of Color #ccbd18

%0
%7
%88
%20

Triadic Colors of #ccbd18

#ccbd18 #18ccbd #bd18cc

Analogous Colors of #ccbd18

#ccbd18 #81cc18 #cc6318

Monochromatic Colors of #ccbd18

#ccbd18

Complementary Color

#ccbd18 #1827cc

#ccbd18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd18 Color CSS Codes

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

#ccbd18 Text Font Color

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

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


#ccbd18 Background Color

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

This div background color is #ccbd18


#ccbd18 Border Color

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

This div border color is #ccbd18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd18


Comments

No comments written yet.

Please login to write comment.