Color Hex Logo

#cbf474 Color Hex

#CBF474
(203,244,116)
0 Favorites   0 Comments

Color spaces of #cbf474

RGB 203244116
HSL0.220.850.71
HSV79°52°96°
CMYK 0.170.000.52   0.04
XYZ60.131778.658828.5364
Yxy78.65880.35940.4701
Hunter Lab88.6898-34.184143.0060
CIE-Lab91.0797-32.318856.6301

#cbf474 color RGB value is (203,244,116).

#cbf474 hex color red value is 203, green value is 244 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cbf474 hue: 0.22 , saturation: 0.85 and the lightness value of cbf474 is 0.71.

The process color (four color CMYK) of #cbf474 color hex is 0.17, 0.00, 0.52, 0.04. Web safe color of #cbf474 is #ccff66. Color #cbf474 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110100 01110100
Octal 313 364 164
Decimal 203 244 116
Hex CB F4 74

RGB Percentages of Color #cbf474

%36.06
%43.34
%20.60

CMYK Percentages of Color #cbf474

%17
%0
%52
%4

Triadic Colors of #cbf474

#cbf474 #74cbf4 #f474cb

Analogous Colors of #cbf474

#cbf474 #8bf474 #f4dd74

Monochromatic Colors of #cbf474

#cbf474

Complementary Color

#cbf474 #9d74f4

#cbf474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf474 Color CSS Codes

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

#cbf474 Text Font Color

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

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


#cbf474 Background Color

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

This div background color is #cbf474


#cbf474 Border Color

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

This div border color is #cbf474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf474


Comments

No comments written yet.

Please login to write comment.