Color Hex Logo

#cbe138 Color Hex

#CBE138
(203,225,56)
0 Favorites   0 Comments

Color spaces of #cbe138

RGB 20322556
HSL0.190.740.55
HSV68°75°88°
CMYK 0.100.000.75   0.12
XYZ52.267666.832513.8865
Yxy66.83250.39300.5026
Hunter Lab81.7511-28.940547.1546
CIE-Lab85.4193-27.513074.1891

#cbe138 color RGB value is (203,225,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 00111000
Octal 313 341 70
Decimal 203 225 56
Hex CB E1 38

RGB Percentages of Color #cbe138

%41.94
%46.49
%11.57

CMYK Percentages of Color #cbe138

%10
%0
%75
%12

Triadic Colors of #cbe138

#cbe138 #38cbe1 #e138cb

Analogous Colors of #cbe138

#cbe138 #77e138 #e1a338

Monochromatic Colors of #cbe138

#cbe138

Complementary Color

#cbe138 #4e38e1

#cbe138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe138 Color CSS Codes

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

#cbe138 Text Font Color

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

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


#cbe138 Background Color

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

This div background color is #cbe138


#cbe138 Border Color

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

This div border color is #cbe138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe138


Comments

No comments written yet.

Please login to write comment.