Color Hex Logo

#cbda3c Color Hex

#CBDA3C
(203,218,60)
0 Favorites   0 Comments

Color spaces of #cbda3c

RGB 20321860
HSL0.180.680.55
HSV66°72°85°
CMYK 0.070.000.72   0.15
XYZ50.515663.165613.8047
Yxy63.16560.39620.4955
Hunter Lab79.4768-25.629445.3354
CIE-Lab83.5294-23.996271.1288

#cbda3c color RGB value is (203,218,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 00111100
Octal 313 332 74
Decimal 203 218 60
Hex CB DA 3C

RGB Percentages of Color #cbda3c

%42.20
%45.32
%12.47

CMYK Percentages of Color #cbda3c

%7
%0
%72
%15

Triadic Colors of #cbda3c

#cbda3c #3ccbda #da3ccb

Analogous Colors of #cbda3c

#cbda3c #7cda3c #da9a3c

Monochromatic Colors of #cbda3c

#cbda3c

Complementary Color

#cbda3c #4b3cda

#cbda3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda3c Color CSS Codes

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

#cbda3c Text Font Color

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

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


#cbda3c Background Color

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

This div background color is #cbda3c


#cbda3c Border Color

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

This div border color is #cbda3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda3c


Comments

No comments written yet.

Please login to write comment.