Color Hex Logo

#cbf249 Color Hex

#CBF249
(203,242,73)
0 Favorites   0 Comments

Color spaces of #cbf249

RGB 20324273
HSL0.210.870.62
HSV74°70°95°
CMYK 0.160.000.70   0.05
XYZ57.583376.681818.0694
Yxy76.68180.37800.5034
Hunter Lab87.5681-35.865749.0634
CIE-Lab90.1750-34.570573.1535

#cbf249 color RGB value is (203,242,73).

#cbf249 hex color red value is 203, green value is 242 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cbf249 hue: 0.21 , saturation: 0.87 and the lightness value of cbf249 is 0.62.

The process color (four color CMYK) of #cbf249 color hex is 0.16, 0.00, 0.70, 0.05. Web safe color of #cbf249 is #ccff33. Color #cbf249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110010 01001001
Octal 313 362 111
Decimal 203 242 73
Hex CB F2 49

RGB Percentages of Color #cbf249

%39.19
%46.72
%14.09

CMYK Percentages of Color #cbf249

%16
%0
%70
%5

Triadic Colors of #cbf249

#cbf249 #49cbf2 #f249cb

Analogous Colors of #cbf249

#cbf249 #77f249 #f2c549

Monochromatic Colors of #cbf249

#cbf249

Complementary Color

#cbf249 #7049f2

#cbf249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf249 Color CSS Codes

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

#cbf249 Text Font Color

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

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


#cbf249 Background Color

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

This div background color is #cbf249


#cbf249 Border Color

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

This div border color is #cbf249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf249


Comments

No comments written yet.

Please login to write comment.