Color Hex Logo

#cbda35 Color Hex

#CBDA35
(203,218,53)
0 Favorites   0 Comments

Color spaces of #cbda35

RGB 20321853
HSL0.180.690.53
HSV65°76°85°
CMYK 0.070.000.76   0.15
XYZ50.342663.096412.8936
Yxy63.09640.39850.4994
Hunter Lab79.4332-25.879845.9793
CIE-Lab83.4931-24.302473.3270

#cbda35 color RGB value is (203,218,53).

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

The process color (four color CMYK) of #cbda35 color hex is 0.07, 0.00, 0.76, 0.15. Web safe color of #cbda35 is #cccc33. Color #cbda35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 00110101
Octal 313 332 65
Decimal 203 218 53
Hex CB DA 35

RGB Percentages of Color #cbda35

%42.83
%45.99
%11.18

CMYK Percentages of Color #cbda35

%7
%0
%76
%15

Triadic Colors of #cbda35

#cbda35 #35cbda #da35cb

Analogous Colors of #cbda35

#cbda35 #79da35 #da9735

Monochromatic Colors of #cbda35

#cbda35

Complementary Color

#cbda35 #4435da

#cbda35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda35 Color CSS Codes

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

#cbda35 Text Font Color

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

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


#cbda35 Background Color

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

This div background color is #cbda35


#cbda35 Border Color

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

This div border color is #cbda35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda35


Comments

No comments written yet.

Please login to write comment.