Color Hex Logo

#cbd533 Color Hex

#CBD533
(203,213,51)
0 Favorites   0 Comments

Color spaces of #cbd533

RGB 20321351
HSL0.180.660.52
HSV64°76°84°
CMYK 0.050.000.76   0.16
XYZ49.020460.524012.2306
Yxy60.52400.40250.4970
Hunter Lab77.7972-23.671345.1370
CIE-Lab82.1222-21.966572.6765

#cbd533 color RGB value is (203,213,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 00110011
Octal 313 325 63
Decimal 203 213 51
Hex CB D5 33

RGB Percentages of Color #cbd533

%43.47
%45.61
%10.92

CMYK Percentages of Color #cbd533

%5
%0
%76
%16

Triadic Colors of #cbd533

#cbd533 #33cbd5 #d533cb

Analogous Colors of #cbd533

#cbd533 #7ad533 #d58e33

Monochromatic Colors of #cbd533

#cbd533

Complementary Color

#cbd533 #3d33d5

#cbd533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd533 Color CSS Codes

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

#cbd533 Text Font Color

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

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


#cbd533 Background Color

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

This div background color is #cbd533


#cbd533 Border Color

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

This div border color is #cbd533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd533


Comments

No comments written yet.

Please login to write comment.