Color Hex Logo

#cbda32 Color Hex

#CBDA32
(203,218,50)
0 Favorites   0 Comments

Color spaces of #cbda32

RGB 20321850
HSL0.180.690.53
HSV65°77°85°
CMYK 0.070.000.77   0.15
XYZ50.275763.069612.5415
Yxy63.06960.39940.5010
Hunter Lab79.4164-25.976646.2283
CIE-Lab83.4790-24.420974.2050

#cbda32 color RGB value is (203,218,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 00110010
Octal 313 332 62
Decimal 203 218 50
Hex CB DA 32

RGB Percentages of Color #cbda32

%43.10
%46.28
%10.62

CMYK Percentages of Color #cbda32

%7
%0
%77
%15

Triadic Colors of #cbda32

#cbda32 #32cbda #da32cb

Analogous Colors of #cbda32

#cbda32 #77da32 #da9532

Monochromatic Colors of #cbda32

#cbda32

Complementary Color

#cbda32 #4132da

#cbda32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda32 Color CSS Codes

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

#cbda32 Text Font Color

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

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


#cbda32 Background Color

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

This div background color is #cbda32


#cbda32 Border Color

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

This div border color is #cbda32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda32


Comments

No comments written yet.

Please login to write comment.