Color Hex Logo

#cbd335 Color Hex

#CBD335
(203,211,53)
0 Favorites   0 Comments

Color spaces of #cbd335

RGB 20321153
HSL0.180.640.52
HSV63°75°83°
CMYK 0.040.000.75   0.17
XYZ48.565559.542112.3013
Yxy59.54210.40330.4945
Hunter Lab77.1635-22.691144.5625
CIE-Lab81.5887-20.911071.5710

#cbd335 color RGB value is (203,211,53).

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

The process color (four color CMYK) of #cbd335 color hex is 0.04, 0.00, 0.75, 0.17. Web safe color of #cbd335 is #cccc33. Color #cbd335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 00110101
Octal 313 323 65
Decimal 203 211 53
Hex CB D3 35

RGB Percentages of Color #cbd335

%43.47
%45.18
%11.35

CMYK Percentages of Color #cbd335

%4
%0
%75
%17

Triadic Colors of #cbd335

#cbd335 #35cbd3 #d335cb

Analogous Colors of #cbd335

#cbd335 #7cd335 #d38c35

Monochromatic Colors of #cbd335

#cbd335

Complementary Color

#cbd335 #3d35d3

#cbd335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd335 Color CSS Codes

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

#cbd335 Text Font Color

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

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


#cbd335 Background Color

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

This div background color is #cbd335


#cbd335 Border Color

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

This div border color is #cbd335


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,211,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 #cbd335">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd335


Comments

No comments written yet.

Please login to write comment.