Color Hex Logo

#cbd53f Color Hex

#CBD53F
(203,213,63)
0 Favorites   0 Comments

Color spaces of #cbd53f

RGB 20321363
HSL0.180.640.54
HSV64°70°84°
CMYK 0.050.000.70   0.16
XYZ49.320160.643913.8086
Yxy60.64390.39850.4900
Hunter Lab77.8742-23.230343.9987
CIE-Lab82.1869-21.430168.8047

#cbd53f color RGB value is (203,213,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00111111
Octal 313 325 77
Decimal 203 213 63
Hex CB D5 3F

RGB Percentages of Color #cbd53f

%42.38
%44.47
%13.15

CMYK Percentages of Color #cbd53f

%5
%0
%70
%16

Triadic Colors of #cbd53f

#cbd53f #3fcbd5 #d53fcb

Analogous Colors of #cbd53f

#cbd53f #80d53f #d5943f

Monochromatic Colors of #cbd53f

#cbd53f

Complementary Color

#cbd53f #493fd5

#cbd53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd53f Color CSS Codes

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

#cbd53f Text Font Color

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

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


#cbd53f Background Color

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

This div background color is #cbd53f


#cbd53f Border Color

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

This div border color is #cbd53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd53f


Comments

No comments written yet.

Please login to write comment.