Color Hex Logo

#cbda48 Color Hex

#CBDA48
(203,218,72)
0 Favorites   0 Comments

Color spaces of #cbda48

RGB 20321872
HSL0.180.660.57
HSV66°67°85°
CMYK 0.070.000.67   0.15
XYZ50.869763.307215.6693
Yxy63.30720.39180.4876
Hunter Lab79.5658-25.117844.0198
CIE-Lab83.6038-23.372466.9229

#cbda48 color RGB value is (203,218,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 01001000
Octal 313 332 110
Decimal 203 218 72
Hex CB DA 48

RGB Percentages of Color #cbda48

%41.18
%44.22
%14.60

CMYK Percentages of Color #cbda48

%7
%0
%67
%15

Triadic Colors of #cbda48

#cbda48 #48cbda #da48cb

Analogous Colors of #cbda48

#cbda48 #82da48 #daa048

Monochromatic Colors of #cbda48

#cbda48

Complementary Color

#cbda48 #5748da

#cbda48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda48 Color CSS Codes

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

#cbda48 Text Font Color

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

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


#cbda48 Background Color

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

This div background color is #cbda48


#cbda48 Border Color

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

This div border color is #cbda48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda48


Comments

No comments written yet.

Please login to write comment.