Color Hex Logo

#cbe325 Color Hex

#CBE325
(203,227,37)
0 Favorites   0 Comments

Color spaces of #cbe325

RGB 20322737
HSL0.190.770.52
HSV68°84°89°
CMYK 0.110.000.84   0.11
XYZ52.431667.768312.0674
Yxy67.76830.39640.5124
Hunter Lab82.3215-30.373748.9338
CIE-Lab85.8905-29.115979.6047

#cbe325 color RGB value is (203,227,37).

#cbe325 hex color red value is 203, green value is 227 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cbe325 hue: 0.19 , saturation: 0.77 and the lightness value of cbe325 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 00100101
Octal 313 343 45
Decimal 203 227 37
Hex CB E3 25

RGB Percentages of Color #cbe325

%43.47
%48.61
%7.92

CMYK Percentages of Color #cbe325

%11
%0
%84
%11

Triadic Colors of #cbe325

#cbe325 #25cbe3 #e325cb

Analogous Colors of #cbe325

#cbe325 #6ce325 #e39c25

Monochromatic Colors of #cbe325

#cbe325

Complementary Color

#cbe325 #3d25e3

#cbe325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe325 Color CSS Codes

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

#cbe325 Text Font Color

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

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


#cbe325 Background Color

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

This div background color is #cbe325


#cbe325 Border Color

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

This div border color is #cbe325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe325


Comments

No comments written yet.

Please login to write comment.