Color Hex Logo

#cbd553 Color Hex

#CBD553
(203,213,83)
0 Favorites   0 Comments

Color spaces of #cbd553

RGB 20321383
HSL0.180.610.58
HSV65°61°84°
CMYK 0.050.000.61   0.16
XYZ49.984260.909517.3059
Yxy60.90950.38990.4751
Hunter Lab78.0445-22.256341.4840
CIE-Lab82.3301-20.251761.1981

#cbd553 color RGB value is (203,213,83).

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

The process color (four color CMYK) of #cbd553 color hex is 0.05, 0.00, 0.61, 0.16. Web safe color of #cbd553 is #cccc66. Color #cbd553 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 01010011
Octal 313 325 123
Decimal 203 213 83
Hex CB D5 53

RGB Percentages of Color #cbd553

%40.68
%42.69
%16.63

CMYK Percentages of Color #cbd553

%5
%0
%61
%16

Triadic Colors of #cbd553

#cbd553 #53cbd5 #d553cb

Analogous Colors of #cbd553

#cbd553 #8ad553 #d59e53

Monochromatic Colors of #cbd553

#cbd553

Complementary Color

#cbd553 #5d53d5

#cbd553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd553 Color CSS Codes

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

#cbd553 Text Font Color

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

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


#cbd553 Background Color

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

This div background color is #cbd553


#cbd553 Border Color

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

This div border color is #cbd553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd553


Comments

No comments written yet.

Please login to write comment.