Color Hex Logo

#cbd526 Color Hex

#CBD526
(203,213,38)
0 Favorites   0 Comments

Color spaces of #cbd526

RGB 20321338
HSL0.180.700.49
HSV63°82°84°
CMYK 0.050.000.82   0.16
XYZ48.772760.425010.9263
Yxy60.42500.40600.5030
Hunter Lab77.7335-24.036646.0796
CIE-Lab82.0687-22.412376.1442

#cbd526 color RGB value is (203,213,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00100110
Octal 313 325 46
Decimal 203 213 38
Hex CB D5 26

RGB Percentages of Color #cbd526

%44.71
%46.92
%8.37

CMYK Percentages of Color #cbd526

%5
%0
%82
%16

Triadic Colors of #cbd526

#cbd526 #26cbd5 #d526cb

Analogous Colors of #cbd526

#cbd526 #74d526 #d58826

Monochromatic Colors of #cbd526

#cbd526

Complementary Color

#cbd526 #3026d5

#cbd526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd526 Color CSS Codes

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

#cbd526 Text Font Color

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

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


#cbd526 Background Color

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

This div background color is #cbd526


#cbd526 Border Color

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

This div border color is #cbd526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd526


Comments

No comments written yet.

Please login to write comment.