Color Hex Logo

#cbe735 Color Hex

#CBE735
(203,231,53)
0 Favorites   0 Comments

Color spaces of #cbe735

RGB 20323153
HSL0.190.790.56
HSV69°77°91°
CMYK 0.120.000.77   0.09
XYZ53.847170.105414.0618
Yxy70.10540.39020.5080
Hunter Lab83.7290-31.730248.6529
CIE-Lab87.0485-30.450176.5763

#cbe735 color RGB value is (203,231,53).

#cbe735 hex color red value is 203, green value is 231 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cbe735 hue: 0.19 , saturation: 0.79 and the lightness value of cbe735 is 0.56.

The process color (four color CMYK) of #cbe735 color hex is 0.12, 0.00, 0.77, 0.09. Web safe color of #cbe735 is #ccff33. Color #cbe735 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 00110101
Octal 313 347 65
Decimal 203 231 53
Hex CB E7 35

RGB Percentages of Color #cbe735

%41.68
%47.43
%10.88

CMYK Percentages of Color #cbe735

%12
%0
%77
%9

Triadic Colors of #cbe735

#cbe735 #35cbe7 #e735cb

Analogous Colors of #cbe735

#cbe735 #72e735 #e7aa35

Monochromatic Colors of #cbe735

#cbe735

Complementary Color

#cbe735 #5135e7

#cbe735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe735 Color CSS Codes

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

#cbe735 Text Font Color

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

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


#cbe735 Background Color

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

This div background color is #cbe735


#cbe735 Border Color

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

This div border color is #cbe735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe735


Comments

No comments written yet.

Please login to write comment.