Color Hex Logo

#cbd50d Color Hex

#CBD50D
(203,213,13)
0 Favorites   0 Comments

Color spaces of #cbd50d

RGB 20321313
HSL0.180.880.44
HSV63°94°84°
CMYK 0.050.000.94   0.16
XYZ48.495560.31419.4666
Yxy60.31410.41000.5099
Hunter Lab77.6622-24.445947.1364
CIE-Lab82.0086-22.913380.3788

#cbd50d color RGB value is (203,213,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00001101
Octal 313 325 15
Decimal 203 213 13
Hex CB D5 D

RGB Percentages of Color #cbd50d

%47.32
%49.65
%3.03

CMYK Percentages of Color #cbd50d

%5
%0
%94
%16

Triadic Colors of #cbd50d

#cbd50d #0dcbd5 #d50dcb

Analogous Colors of #cbd50d

#cbd50d #67d50d #d57b0d

Monochromatic Colors of #cbd50d

#cbd50d

Complementary Color

#cbd50d #170dd5

#cbd50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd50d Color CSS Codes

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

#cbd50d Text Font Color

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

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


#cbd50d Background Color

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

This div background color is #cbd50d


#cbd50d Border Color

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

This div border color is #cbd50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd50d


Comments

No comments written yet.

Please login to write comment.