Color Hex Logo

#cbe848 Color Hex

#CBE848
(203,232,72)
0 Favorites   0 Comments

Color spaces of #cbe848

RGB 20323272
HSL0.200.780.60
HSV71°69°91°
CMYK 0.130.000.69   0.09
XYZ54.654970.877616.9310
Yxy70.87760.38360.4975
Hunter Lab84.1888-31.449347.0085
CIE-Lab87.4255-30.016470.7714

#cbe848 color RGB value is (203,232,72).

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

The process color (four color CMYK) of #cbe848 color hex is 0.13, 0.00, 0.69, 0.09. Web safe color of #cbe848 is #ccff33. Color #cbe848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 01001000
Octal 313 350 110
Decimal 203 232 72
Hex CB E8 48

RGB Percentages of Color #cbe848

%40.04
%45.76
%14.20

CMYK Percentages of Color #cbe848

%13
%0
%69
%9

Triadic Colors of #cbe848

#cbe848 #48cbe8 #e848cb

Analogous Colors of #cbe848

#cbe848 #7be848 #e8b548

Monochromatic Colors of #cbe848

#cbe848

Complementary Color

#cbe848 #6548e8

#cbe848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe848 Color CSS Codes

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

#cbe848 Text Font Color

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

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


#cbe848 Background Color

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

This div background color is #cbe848


#cbe848 Border Color

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

This div border color is #cbe848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe848


Comments

No comments written yet.

Please login to write comment.