Color Hex Logo

#cbf480 Color Hex

#CBF480
(203,244,128)
0 Favorites   0 Comments

Color spaces of #cbf480

RGB 203244128
HSL0.230.840.73
HSV81°48°96°
CMYK 0.170.000.48   0.04
XYZ60.875678.956432.4537
Yxy78.95640.35330.4583
Hunter Lab88.8574-33.211440.5455
CIE-Lab91.2146-31.137351.2553

#cbf480 color RGB value is (203,244,128).

#cbf480 hex color red value is 203, green value is 244 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cbf480 hue: 0.23 , saturation: 0.84 and the lightness value of cbf480 is 0.73.

The process color (four color CMYK) of #cbf480 color hex is 0.17, 0.00, 0.48, 0.04. Web safe color of #cbf480 is #ccff99. Color #cbf480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110100 10000000
Octal 313 364 200
Decimal 203 244 128
Hex CB F4 80

RGB Percentages of Color #cbf480

%35.30
%42.43
%22.26

CMYK Percentages of Color #cbf480

%17
%0
%48
%4

Triadic Colors of #cbf480

#cbf480 #80cbf4 #f480cb

Analogous Colors of #cbf480

#cbf480 #91f480 #f4e380

Monochromatic Colors of #cbf480

#cbf480

Complementary Color

#cbf480 #a980f4

#cbf480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf480 Color CSS Codes

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

#cbf480 Text Font Color

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

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


#cbf480 Background Color

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

This div background color is #cbf480


#cbf480 Border Color

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

This div border color is #cbf480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf480


Comments

No comments written yet.

Please login to write comment.