Color Hex Logo

#cbd501 Color Hex

#CBD501
(203,213,1)
0 Favorites   0 Comments

Color spaces of #cbd501

RGB 2032131
HSL0.170.990.42
HSV63°100°84°
CMYK 0.050.001.00   0.16
XYZ48.428360.28729.1129
Yxy60.28720.41100.5117
Hunter Lab77.6448-24.545247.3927
CIE-Lab81.9940-23.035181.4712

#cbd501 color RGB value is (203,213,1).

#cbd501 hex color red value is 203, green value is 213 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cbd501 hue: 0.17 , saturation: 0.99 and the lightness value of cbd501 is 0.42.

The process color (four color CMYK) of #cbd501 color hex is 0.05, 0.00, 1.00, 0.16. Web safe color of #cbd501 is #cccc00. Color #cbd501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00000001
Octal 313 325 1
Decimal 203 213 1
Hex CB D5 1

RGB Percentages of Color #cbd501

%48.68
%51.08
%0.24

CMYK Percentages of Color #cbd501

%5
%0
%100
%16

Triadic Colors of #cbd501

#cbd501 #01cbd5 #d501cb

Analogous Colors of #cbd501

#cbd501 #61d501 #d57501

Monochromatic Colors of #cbd501

#cbd501

Complementary Color

#cbd501 #0b01d5

#cbd501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd501 Color CSS Codes

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

#cbd501 Text Font Color

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

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


#cbd501 Background Color

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

This div background color is #cbd501


#cbd501 Border Color

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

This div border color is #cbd501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd501


Comments

No comments written yet.

Please login to write comment.