Color Hex Logo

#cbd525 Color Hex

#CBD525
(203,213,37)
0 Favorites   0 Comments

Color spaces of #cbd525

RGB 20321337
HSL0.180.700.49
HSV63°83°84°
CMYK 0.050.000.83   0.16
XYZ48.756860.418610.8425
Yxy60.41860.40620.5034
Hunter Lab77.7294-24.060046.1402
CIE-Lab82.0652-22.440976.3765

#cbd525 color RGB value is (203,213,37).

#cbd525 hex color red value is 203, green value is 213 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cbd525 hue: 0.18 , saturation: 0.70 and the lightness value of cbd525 is 0.49.

The process color (four color CMYK) of #cbd525 color hex is 0.05, 0.00, 0.83, 0.16. Web safe color of #cbd525 is #cccc33. Color #cbd525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00100101
Octal 313 325 45
Decimal 203 213 37
Hex CB D5 25

RGB Percentages of Color #cbd525

%44.81
%47.02
%8.17

CMYK Percentages of Color #cbd525

%5
%0
%83
%16

Triadic Colors of #cbd525

#cbd525 #25cbd5 #d525cb

Analogous Colors of #cbd525

#cbd525 #73d525 #d58725

Monochromatic Colors of #cbd525

#cbd525

Complementary Color

#cbd525 #2f25d5

#cbd525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd525 Color CSS Codes

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

#cbd525 Text Font Color

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

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


#cbd525 Background Color

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

This div background color is #cbd525


#cbd525 Border Color

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

This div border color is #cbd525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd525


Comments

No comments written yet.

Please login to write comment.