Color Hex Logo

#cbd315 Color Hex

#CBD315
(203,211,21)
0 Favorites   0 Comments

Color spaces of #cbd315

RGB 20321121
HSL0.170.820.45
HSV63°90°83°
CMYK 0.040.000.90   0.17
XYZ48.058259.33929.6301
Yxy59.33920.41070.5071
Hunter Lab77.0319-23.444446.5103
CIE-Lab81.4777-21.829478.9563

#cbd315 color RGB value is (203,211,21).

#cbd315 hex color red value is 203, green value is 211 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cbd315 hue: 0.17 , saturation: 0.82 and the lightness value of cbd315 is 0.45.

The process color (four color CMYK) of #cbd315 color hex is 0.04, 0.00, 0.90, 0.17. Web safe color of #cbd315 is #cccc00. Color #cbd315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 00010101
Octal 313 323 25
Decimal 203 211 21
Hex CB D3 15

RGB Percentages of Color #cbd315

%46.67
%48.51
%4.83

CMYK Percentages of Color #cbd315

%4
%0
%90
%17

Triadic Colors of #cbd315

#cbd315 #15cbd3 #d315cb

Analogous Colors of #cbd315

#cbd315 #6cd315 #d37c15

Monochromatic Colors of #cbd315

#cbd315

Complementary Color

#cbd315 #1d15d3

#cbd315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd315 Color CSS Codes

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

#cbd315 Text Font Color

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

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


#cbd315 Background Color

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

This div background color is #cbd315


#cbd315 Border Color

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

This div border color is #cbd315


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,211,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd315; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd315;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd315;
  box-shadow:         1px 1px 3px 2px #cbd315; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,211,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd315


Comments

No comments written yet.

Please login to write comment.