Color Hex Logo

#cbd835 Color Hex

#CBD835
(203,216,53)
0 Favorites   0 Comments

Color spaces of #cbd835

RGB 20321653
HSL0.180.680.53
HSV65°75°85°
CMYK 0.060.000.75   0.15
XYZ49.827162.065312.7218
Yxy62.06530.39990.4981
Hunter Lab78.7815-24.971545.5728
CIE-Lab82.9481-23.339172.8256

#cbd835 color RGB value is (203,216,53).

#cbd835 hex color red value is 203, green value is 216 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cbd835 hue: 0.18 , saturation: 0.68 and the lightness value of cbd835 is 0.53.

The process color (four color CMYK) of #cbd835 color hex is 0.06, 0.00, 0.75, 0.15. Web safe color of #cbd835 is #cccc33. Color #cbd835 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 00110101
Octal 313 330 65
Decimal 203 216 53
Hex CB D8 35

RGB Percentages of Color #cbd835

%43.01
%45.76
%11.23

CMYK Percentages of Color #cbd835

%6
%0
%75
%15

Triadic Colors of #cbd835

#cbd835 #35cbd8 #d835cb

Analogous Colors of #cbd835

#cbd835 #7ad835 #d89435

Monochromatic Colors of #cbd835

#cbd835

Complementary Color

#cbd835 #4235d8

#cbd835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd835 Color CSS Codes

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

#cbd835 Text Font Color

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

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


#cbd835 Background Color

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

This div background color is #cbd835


#cbd835 Border Color

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

This div border color is #cbd835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd835


Comments

No comments written yet.

Please login to write comment.