Color Hex Logo

#cbe548 Color Hex

#CBE548
(203,229,72)
0 Favorites   0 Comments

Color spaces of #cbe548

RGB 20322972
HSL0.190.750.59
HSV70°69°90°
CMYK 0.110.000.69   0.10
XYZ53.817669.203016.6519
Yxy69.20300.38530.4955
Hunter Lab83.1883-30.101446.3637
CIE-Lab86.6045-28.611769.9501

#cbe548 color RGB value is (203,229,72).

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

The process color (four color CMYK) of #cbe548 color hex is 0.11, 0.00, 0.69, 0.10. Web safe color of #cbe548 is #cccc33. Color #cbe548 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01001000
Octal 313 345 110
Decimal 203 229 72
Hex CB E5 48

RGB Percentages of Color #cbe548

%40.28
%45.44
%14.29

CMYK Percentages of Color #cbe548

%11
%0
%69
%10

Triadic Colors of #cbe548

#cbe548 #48cbe5 #e548cb

Analogous Colors of #cbe548

#cbe548 #7de548 #e5b148

Monochromatic Colors of #cbe548

#cbe548

Complementary Color

#cbe548 #6248e5

#cbe548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe548 Color CSS Codes

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

#cbe548 Text Font Color

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

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


#cbe548 Background Color

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

This div background color is #cbe548


#cbe548 Border Color

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

This div border color is #cbe548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe548


Comments

No comments written yet.

Please login to write comment.