Color Hex Logo

#cbdf48 Color Hex

#CBDF48
(203,223,72)
0 Favorites   0 Comments

Color spaces of #cbdf48

RGB 20322372
HSL0.190.700.58
HSV68°68°87°
CMYK 0.090.000.68   0.13
XYZ52.186065.939716.1080
Yxy65.93970.38880.4912
Hunter Lab81.2033-27.391145.0811
CIE-Lab84.9656-25.771068.3019

#cbdf48 color RGB value is (203,223,72).

#cbdf48 hex color red value is 203, green value is 223 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbdf48 hue: 0.19 , saturation: 0.70 and the lightness value of cbdf48 is 0.58.

The process color (four color CMYK) of #cbdf48 color hex is 0.09, 0.00, 0.68, 0.13. Web safe color of #cbdf48 is #cccc33. Color #cbdf48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011111 01001000
Octal 313 337 110
Decimal 203 223 72
Hex CB DF 48

RGB Percentages of Color #cbdf48

%40.76
%44.78
%14.46

CMYK Percentages of Color #cbdf48

%9
%0
%68
%13

Triadic Colors of #cbdf48

#cbdf48 #48cbdf #df48cb

Analogous Colors of #cbdf48

#cbdf48 #80df48 #dfa848

Monochromatic Colors of #cbdf48

#cbdf48

Complementary Color

#cbdf48 #5c48df

#cbdf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdf48 Color CSS Codes

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

#cbdf48 Text Font Color

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

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


#cbdf48 Background Color

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

This div background color is #cbdf48


#cbdf48 Border Color

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

This div border color is #cbdf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdf48


Comments

No comments written yet.

Please login to write comment.