Color Hex Logo

#cbe148 Color Hex

#CBE148
(203,225,72)
0 Favorites   0 Comments

Color spaces of #cbe148

RGB 20322572
HSL0.190.720.58
HSV69°68°88°
CMYK 0.100.000.68   0.12
XYZ52.723567.014816.2872
Yxy67.01480.38760.4927
Hunter Lab81.8626-28.296845.5076
CIE-Lab85.5114-26.722668.8521

#cbe148 color RGB value is (203,225,72).

#cbe148 hex color red value is 203, green value is 225 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbe148 hue: 0.19 , saturation: 0.72 and the lightness value of cbe148 is 0.58.

The process color (four color CMYK) of #cbe148 color hex is 0.10, 0.00, 0.68, 0.12. Web safe color of #cbe148 is #cccc33. Color #cbe148 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 01001000
Octal 313 341 110
Decimal 203 225 72
Hex CB E1 48

RGB Percentages of Color #cbe148

%40.60
%45.00
%14.40

CMYK Percentages of Color #cbe148

%10
%0
%68
%12

Triadic Colors of #cbe148

#cbe148 #48cbe1 #e148cb

Analogous Colors of #cbe148

#cbe148 #7fe148 #e1ab48

Monochromatic Colors of #cbe148

#cbe148

Complementary Color

#cbe148 #5e48e1

#cbe148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe148 Color CSS Codes

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

#cbe148 Text Font Color

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

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


#cbe148 Background Color

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

This div background color is #cbe148


#cbe148 Border Color

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

This div border color is #cbe148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe148


Comments

No comments written yet.

Please login to write comment.