Color Hex Logo

#cbf048 Color Hex

#CBF048
(203,240,72)
0 Favorites   0 Comments

Color spaces of #cbf048

RGB 20324072
HSL0.200.850.61
HSV73°70°94°
CMYK 0.150.000.70   0.06
XYZ56.958475.484617.6988
Yxy75.48460.37940.5028
Hunter Lab86.8819-35.021548.7393
CIE-Lab89.6195-33.712372.9524

#cbf048 color RGB value is (203,240,72).

#cbf048 hex color red value is 203, green value is 240 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbf048 hue: 0.20 , saturation: 0.85 and the lightness value of cbf048 is 0.61.

The process color (four color CMYK) of #cbf048 color hex is 0.15, 0.00, 0.70, 0.06. Web safe color of #cbf048 is #ccff33. Color #cbf048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110000 01001000
Octal 313 360 110
Decimal 203 240 72
Hex CB F0 48

RGB Percentages of Color #cbf048

%39.42
%46.60
%13.98

CMYK Percentages of Color #cbf048

%15
%0
%70
%6

Triadic Colors of #cbf048

#cbf048 #48cbf0 #f048cb

Analogous Colors of #cbf048

#cbf048 #77f048 #f0c148

Monochromatic Colors of #cbf048

#cbf048

Complementary Color

#cbf048 #6d48f0

#cbf048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf048 Color CSS Codes

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

#cbf048 Text Font Color

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

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


#cbf048 Background Color

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

This div background color is #cbf048


#cbf048 Border Color

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

This div border color is #cbf048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf048


Comments

No comments written yet.

Please login to write comment.